Issue | #Downvotes for this reason | By |
---|
S | weka.BestFirst(2) | Full class name of search method, followed by its options. eg: "weka.attributeSelection.BestFirst -D 1" (default weka.attributeSelection.BestFirst) |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
D | Direction of search. (default = 1). | |
E | Performance evaluation measure to use for selecting attributes. (Default = accuracy for discrete class and rmse for numeric class) | |
I | Use nearest neighbour instead of global table majority. | |
N | Number of non-improving nodes to consider before terminating search. | |
P | Specify a starting set of attributes. Eg. 1,3,5-7. | |
R | Display decision table rules. | |
S | Full class name of search method, followed by its options. eg: "weka.attributeSelection.BestFirst -D 1" (default weka.attributeSelection.BestFirst) | default: weka.attributeSelection.BestFirst |
X | Use cross validation to evaluate features. Use number of folds = 1 for leave one out CV. (Default = leave one out CV) | default: 1 |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |