All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object | +----weka.attributeSelection.ASSearch | +----weka.attributeSelection.RankSearch
Valid options are:
-A
-A
Specify the attribute/subset evaluator to be used for generating the
ranking. If a subset evaluator is specified then a forward selection
search is used to produce a ranked list of attributes.
attributeEvaluatorTipText()
getAttributeEvaluator()
getOptions()
globalInfo()
listOptions()
search(ASEvaluation, Instances)
setAttributeEvaluator(ASEvaluation)
setOptions(String[])
toString()
RankSearch
public RankSearch()
globalInfo
public String globalInfo()
attributeEvaluatorTipText
public String attributeEvaluatorTipText()
setAttributeEvaluator
public void setAttributeEvaluator(ASEvaluation newEvaluator)
getAttributeEvaluator
public ASEvaluation getAttributeEvaluator()
listOptions
public Enumeration listOptions()
setOptions
public void setOptions(String options[]) throws Exception
getOptions
public String[] getOptions()
search
public int[] search(ASEvaluation ASEval,
Instances data) throws Exception
toString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index WEKA's home