Package dataprocessor :: Package input :: Module orangeprocessor :: Class OrangeProcessor
[hide private]
[frames] | no frames]

Class OrangeProcessor

source code

Handles the conversion of the generic data objects to a format handled by Orange library

Instance Methods [hide private]
 
__init__(self, dataSet, class_name='', desired_attributes=[], meta_attributes=[], keep_temp=False) source code
 
get_data(self) source code
 
get_dataset(self) source code
 
print_statistics(self) source code
 
__createTempFile__(self) source code
 
__writeTempFile__(self, data) source code
 
__get_orange_header__(self, dataset, class_name, attribute_names, desired_attributes=[], meta_attributes=[]) source code
 
__getOrangeFormat__(self, dataset, class_name, desired_attributes=[], meta_attributes=[]) source code
 
process_parallelsentence(self, psentence) source code
 
split_data(self, percentage) source code
 
cross_validation(self) source code
 
get_SVM(self) source code
 
classify_with(self, classifier)
Utility function which classifies the test data with the given classifier
source code
 
get_accuracy(self, classifiers) source code