public class ExhaustiveSearch extends ASSearch implements OptionHandler
-V Output subsets as the search progresses. (default = false).
Constructor and Description |
---|
ExhaustiveSearch()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String[] |
getOptions()
Gets the current settings of RandomSearch.
|
String |
getRevision()
Returns the revision string.
|
boolean |
getVerbose()
get whether or not output is verbose
|
String |
globalInfo()
Returns a string describing this search method
|
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(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
|
String |
toString()
prints a description of the search
|
String |
verboseTipText()
Returns the tip text for this property
|
forName, makeCopies
public String globalInfo()
public Enumeration listOptions()
listOptions
in interface OptionHandler
public void setOptions(String[] options) throws Exception
-V Output subsets as the search progresses. (default = false).
setOptions
in interface OptionHandler
options
- the list of options as an array of stringsException
- if an option is not supportedpublic String verboseTipText()
public void setVerbose(boolean v)
v
- true if output is to be verbosepublic boolean getVerbose()
public String[] getOptions()
getOptions
in interface OptionHandler
public String toString()
public int[] search(ASEvaluation ASEval, Instances data) throws Exception
public String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class ASSearch
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.