|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.attributeSelection.ASSearch
weka.attributeSelection.ExhaustiveSearch
public class ExhaustiveSearch
Class for performing an exhaustive search.
Valid options are:
-V
Verbose output. Output new best subsets as the search progresses.
| Constructor Summary | |
|---|---|
ExhaustiveSearch()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getOptions()
Gets the current settings of RandomSearch. |
boolean |
getVerbose()
get whether or not output is verbose |
java.lang.String |
globalInfo()
Returns a string describing this search method |
java.util.Enumeration |
listOptions()
Returns an enumeration describing the available options. |
int[] |
search(ASEvaluation ASEval,
Instances data)
Searches the attribute subset space using an exhaustive search. |
void |
setOptions(java.lang.String[] options)
Parses a given list of options. |
void |
setVerbose(boolean v)
set whether or not to output new best subsets as the search proceeds |
java.lang.String |
toString()
prints a description of the search |
java.lang.String |
verboseTipText()
Returns the tip text for this property |
| Methods inherited from class weka.attributeSelection.ASSearch |
|---|
forName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExhaustiveSearch()
| Method Detail |
|---|
public java.lang.String globalInfo()
public java.util.Enumeration listOptions()
listOptions in interface OptionHandler
public void setOptions(java.lang.String[] options)
throws java.lang.Exception
-V
Verbose output. Output new best subsets as the search progresses.
setOptions in interface OptionHandleroptions - the list of options as an array of strings
java.lang.Exception - if an option is not supportedpublic java.lang.String verboseTipText()
public void setVerbose(boolean v)
v - true if output is to be verbosepublic boolean getVerbose()
public java.lang.String[] getOptions()
getOptions in interface OptionHandlerpublic java.lang.String toString()
toString in class java.lang.Object
public int[] search(ASEvaluation ASEval,
Instances data)
throws java.lang.Exception
search in class ASSearchASEvaluator - the attribute evaluator to guide the searchdata - the training instances.
java.lang.Exception - if the search can't be completed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||