Handles the conversion of the generic data objects to a format handled
by Orange library
|
__init__(self,
dataSet,
class_name='
' ,
desired_attributes=[ ] ,
meta_attributes=[ ] ,
keep_temp=False) |
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
|
|
|
|
|
|
|
|
|
|
|
classify_with(self,
classifier)
Utility function which classifies the test data with the given
classifier |
source code
|
|
|
|