Package dataprocessor :: Package input :: Module orangereader :: Class OrangeData
[hide private]
[frames] | no frames]

Class OrangeData

source code

Known Subclasses:

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=[], chosen_orangefilename=False, keep_empty=False) source code
 
get_data(self) source code
 
get_dataset(self) source code
 
print_statistics(self) source code
 
_get_temp_file(self, orangefilename) source code
 
_writeTempFile(self, data, orangefilename) source code
 
_get_orange_header(self, dataset, class_name, attribute_names, desired_attributes=[], meta_attributes=[]) source code
 
_getOrangeFormat(self, orange_file, dataset, class_name, desired_attributes=[], meta_attributes=[]) 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
 
classify_accuracy(self, classifier)
Utility function which classifies the test data with the given classifier
source code
 
get_accuracy(self, classifiers) source code