|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.AbstractClassifier
weka.classifiers.MultipleClassifiersCombiner
weka.classifiers.ParallelMultipleClassifiersCombiner
public abstract class ParallelMultipleClassifiersCombiner
Abstract utility class for handling settings common to meta classifiers that build an ensemble in parallel using multiple classifiers.
| Constructor Summary | |
|---|---|
ParallelMultipleClassifiersCombiner()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class weka.classifiers.MultipleClassifiersCombiner |
|---|
classifiersTipText, getCapabilities, getClassifier, getClassifiers, setClassifiers |
| Methods inherited from class weka.classifiers.AbstractClassifier |
|---|
classifyInstance, debugTipText, distributionForInstance, forName, getDebug, getRevision, makeCopies, makeCopy, runClassifier, setDebug |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelMultipleClassifiersCombiner()
| Method Detail |
|---|
public Enumeration listOptions()
listOptions in interface OptionHandlerlistOptions 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 OptionHandlersetOptions in class MultipleClassifiersCombineroptions - the list of options as an array of strings
Exception - if an option is not supportedpublic String[] getOptions()
getOptions in interface OptionHandlergetOptions in class MultipleClassifiersCombinerpublic void setNumExecutionSlots(int numSlots)
numSlots - the number of slots to use.public int getNumExecutionSlots()
public String numExecutionSlotsTipText()
public void buildClassifier(Instances data)
throws Exception
data - the training data to be used for generating the ensemble
Exception - if the classifier could not be built successfully
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||