Example usage for Java weka.classifiers.meta AttributeSelectedClassifier fields, constructors, methods, implement or subclass
The text is from its open source code.
AttributeSelectedClassifier() Default constructor. |
void | setClassifier(Classifier newClassifier) Set the base learner. |
void | setEvaluator(ASEvaluation evaluator) Sets the attribute evaluator |
void | setSearch(ASSearch search) Sets the search method |