Example usage for Java weka.attributeSelection BestFirst fields, constructors, methods, implement or subclass
The text is from its open source code.
BestFirst() Constructor |
int[] | search(ASEvaluation ASEval, Instances data) Searches the attribute subset space by best first search |
void | setLookupCacheSize(int size) Set the maximum size of the evaluated subset cache (hashtable). |
void | setOptions(String[] options) Parses a given list of options. |