public abstract class ParallelMultipleClassifiersCombiner extends MultipleClassifiersCombiner
Constructor and Description |
---|
ParallelMultipleClassifiersCombiner() |
Modifier and Type | Method and Description |
---|---|
void |
buildClassifier(Instances data)
Stump method for building the classifiers
|
int |
getNumExecutionSlots()
Get the number of execution slots (threads) to use for building
the members of the ensemble.
|
String[] |
getOptions()
Gets the current settings of the classifier.
|
Enumeration |
listOptions()
Returns an enumeration describing the available options.
|
String |
numExecutionSlotsTipText()
Returns the tip text for this property
|
void |
setNumExecutionSlots(int numSlots)
Set the number of execution slots (threads) to use for building the
members of the ensemble.
|
void |
setOptions(String[] options)
Parses a given list of options.
|
classifiersTipText, getCapabilities, getClassifier, getClassifiers, setClassifiers
classifyInstance, debugTipText, distributionForInstance, forName, getDebug, getRevision, makeCopies, makeCopy, runClassifier, setDebug
public Enumeration listOptions()
listOptions
in interface OptionHandler
listOptions
in class MultipleClassifiersCombiner
public void setOptions(String[] options) throws Exception
-Z num
Set the number of execution slots to use (default 1 - i.e. no parallelism).
Options after -- are passed to the designated classifier.
setOptions
in interface OptionHandler
setOptions
in class MultipleClassifiersCombiner
options
- the list of options as an array of stringsException
- if an option is not supportedpublic String[] getOptions()
getOptions
in interface OptionHandler
getOptions
in class MultipleClassifiersCombiner
public void setNumExecutionSlots(int numSlots)
numSlots
- the number of slots to use.public int getNumExecutionSlots()
public String numExecutionSlotsTipText()
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.