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, train
public void setOptions(java.util.List<java.lang.Object> OptionsObj) throws java.lang.Exception
Options
OptionsObj
- Array of options as Objects - can be null
java.lang.Exception
- if problem with inputspublic java.lang.String printUsage()
Options
protected java.util.List<java.lang.Integer> train_protected(Dataset Data)
BaseAttributeSelector
train_protected
in class BaseAttributeSelector
Data
- Dataset used to train selector