Example usage for Java weka.attributeSelection ASEvaluation fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildEvaluator(Instances data) Generates a attribute evaluator. |
ASEvaluation | forName(String evaluatorName, String[] options) Creates a new instance of an attribute/subset evaluator given it's class name and (optional) arguments to pass to it's setOptions method. |