- search(ASEvaluation, Instances) - Method in class weka.attributeSelection.IWSS
-
Performs an incremental wrapper subset selection, as described in the
referenced paper, over a filter-ranking.
- serialVersionUID - Static variable in class weka.attributeSelection.IWSS
-
- setMinFolds(int) - Method in class weka.attributeSelection.IWSS
-
- setOptions(String[]) - Method in class weka.attributeSelection.IWSS
-
Parses a given list of options.
- setRankingMetric(ASEvaluation) - Method in class weka.attributeSelection.IWSS
-
- setReplaceSelection(boolean) - Method in class weka.attributeSelection.IWSS
-
Activate the option of testing, at each step of the incremental search, the swapping of
a selected feature with another not selected yet.
- setStartSet(String) - Method in class weka.attributeSelection.IWSS
-
Setting a start set instancies m_skipRanking=true.
- setTheta(double) - Method in class weka.attributeSelection.IWSS
-