|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.attributeSelection.ASSearch
Abstract attribute selection search class.
Constructor Summary | |
ASSearch()
|
Method Summary | |
static ASSearch |
forName(java.lang.String searchName,
java.lang.String[] options)
Creates a new instance of a search class given it's class name and (optional) arguments to pass to it's setOptions method. |
abstract int[] |
search(ASEvaluation ASEvaluator,
Instances data)
Searches the attribute subset/ranking space. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ASSearch()
Method Detail |
public abstract int[] search(ASEvaluation ASEvaluator, Instances data) throws java.lang.Exception
ASEvaluator
- the attribute evaluator to guide the searchdata
- the training instances.
java.lang.Exception
- if the search can't be completedpublic static ASSearch forName(java.lang.String searchName, java.lang.String[] options) throws java.lang.Exception
searchName
- the fully qualified class name of the search classoptions
- an array of options suitable for passing to setOptions. May
be null.
java.lang.Exception
- if the search class name is invalid, or the options
supplied are not acceptable to the search class.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |