Handles the conversion of the generic data objects to a format handled
by Orange library
|
__init__(self,
dataSet,
class_name='
' ,
desired_attributes=[ ] ,
meta_attributes=[ ] ,
chosen_orangefilename=False,
keep_empty=False) |
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
|
|
|
|
|
|
|
|
|
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
|
|
|
|