Example usage for Java weka.attributeSelection Ranker fields, constructors, methods, implement or subclass
The text is from its open source code.
Ranker() Constructor |
String[] | getOptions() Gets the current settings of ReliefFAttributeEval. |
void | setGenerateRanking(boolean doRank) This is a dummy set method---Ranker is ONLY capable of producing a ranked list of attributes for attribute evaluators. |
void | setNumToSelect(int n) Specify the number of attributes to select from the ranked list. |
void | setOptions(String[] options) Parses a given list of options. |
void | setThreshold(double threshold) Set the threshold by which the AttributeSelection module can discard attributes. |