public class BestIndividualSelector extends BaseAttributeSelector
Usage: <number> <method> [<options...>]
BaseAttributeEvaluator,
Serialized Formtrained| Constructor and Description |
|---|
BestIndividualSelector() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
printUsage()
Print out required format for options.
|
void |
setOptions(java.util.List<java.lang.Object> OptionsObj)
Set any options for this object.
|
protected java.util.List<java.lang.Integer> |
train_protected(Dataset Data)
Operation that actually does the work for training.
|
about, applyAttributeSelection, clone, getSelectionNames, getSelections, isTrained, printCommand, printDescription, printSelections, run, runCommand, trainpublic void setOptions(java.util.List<java.lang.Object> OptionsObj)
throws java.lang.Exception
OptionsOptionsObj - Array of options as Objects - can be nulljava.lang.Exception - if problem with inputspublic java.lang.String printUsage()
Optionsprotected java.util.List<java.lang.Integer> train_protected(Dataset Data)
BaseAttributeSelectortrain_protected in class BaseAttributeSelectorData - Dataset used to train selector