A wrapper for the meta classifier AttributeSelectedClassifier provided
by the WEKA framework
|
|
__init__(self,
evaluator=None,
search_method=None,
classifier_weka=None,
path_weka=None,
results_file='/tmp/outputMeta.txt',
cl_params='-s 4 -no-cv ',
model=None)
Constructor |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _train_model(self,
arff_training_file,
arff_development_file,
output_file) |
source code
|
|
|
|
| _get_model_classifications(self,
arff_file,
results_file) |
source code
|
|
|
|
|
|
Inherited from WekaClassificationStrategy.WekaClassificationStrategy:
classify,
train
Inherited from ClassificationStrategy.ClassificationStrategy:
polarity,
polarity_info
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|