public abstract class AbstractMultiThreadedSearch extends AbstractSearch
AbstractSearch.SearchResult| Constructor and Description |
|---|
AbstractMultiThreadedSearch() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUpSearch()
Called after the search regardless whether successful or failed.
|
int |
getNumExecutionSlots()
Get the number of execution slots (threads) to use for building
the members of the ensemble.
|
String[] |
getOptions()
returns the options of the current setup.
|
Enumeration |
listOptions()
Gets an enumeration describing the available options.
|
String |
numExecutionSlotsTipText()
Returns the tip text for this property.
|
void |
preSearch(weka.core.Instances data)
Called before the search is executed.
|
void |
setNumExecutionSlots(int value)
Set the number of execution slots (threads) to use for building the
members of the ensemble.
|
void |
setOptions(String[] options)
Parses the options for this object.
|
addPerformance, clone, debugTipText, doSearch, getCommandline, getDebug, getSearchDimensions, getTrace, getTraceClassifierAsCli, getTraceFolds, getTraceParameterSettings, getTraceSize, getTraceValue, getValues, globalInfo, log, log, postSearch, retrieveOwner, search, setDebug, setOwnerpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractSearchpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractSearchpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractSearchoptions - the options to useException - if setting of options failspublic void setNumExecutionSlots(int value)
value - the number of slots to use.public int getNumExecutionSlots()
public String numExecutionSlotsTipText()
public void preSearch(weka.core.Instances data)
throws Exception
preSearch in class AbstractSearchdata - the dataset to useException - if search failspublic void cleanUpSearch()
cleanUpSearch in class AbstractSearchCopyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.