|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.experiment.ClassifierSplitEvaluator
weka.experiment.EnsembleClassifierSplitEvaluator
A SplitEvaluator that produces results for an ensemble classification scheme
Field Summary |
Fields inherited from class weka.experiment.ClassifierSplitEvaluator |
m_AdditionalMeasures, m_Classifier, m_ClassifierOptions, m_ClassifierVersion, m_doesProduce, m_numberAdditionalMeasures, m_result |
Constructor Summary | |
EnsembleClassifierSplitEvaluator()
|
Method Summary | |
java.lang.Object[] |
getResult(Instances train,
Instances test)
Gets the results for the supplied train and test datasets. |
java.lang.Object[] |
getResult(Instances train,
Instances unlabeled,
Instances test)
Gets the results for the supplied train and test datasets. |
java.lang.String[] |
getResultNames()
Gets the names of each of the result columns produced for a single run. |
java.lang.Object[] |
getResultTypes()
Gets the data types of each of the result columns produced for a single run. |
java.lang.String |
globalInfo()
Returns a string describing this split evaluator |
java.lang.String |
toString()
Returns a text description of the split evaluator. |
Methods inherited from class weka.experiment.ClassifierSplitEvaluator |
classifierTipText, enumerateMeasures, getClassForIRStatistics, getClassifier, getKey, getKeyNames, getKeyTypes, getMeasure, getOptions, getRawResultOutput, listOptions, setAdditionalMeasures, setClassForIRStatistics, setClassifier, setClassifierName, setOptions, updateOptions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EnsembleClassifierSplitEvaluator()
Method Detail |
public java.lang.String globalInfo()
globalInfo
in class ClassifierSplitEvaluator
public java.lang.Object[] getResultTypes()
getResultTypes
in interface SplitEvaluator
getResultTypes
in class ClassifierSplitEvaluator
public java.lang.String[] getResultNames()
getResultNames
in interface SplitEvaluator
getResultNames
in class ClassifierSplitEvaluator
public java.lang.Object[] getResult(Instances train, Instances unlabeled, Instances test) throws java.lang.Exception
getResult
in interface SemiSupSplitEvaluator
train
- the training Instances.unlabeled
- the unlabled Instances.test
- the testing Instances.
java.lang.Exception
- if a problem occurs while getting the resultspublic java.lang.Object[] getResult(Instances train, Instances test) throws java.lang.Exception
getResult
in interface SplitEvaluator
getResult
in class ClassifierSplitEvaluator
train
- the training Instances.test
- the testing Instances.
java.lang.Exception
- if a problem occurs while getting the resultspublic java.lang.String toString()
toString
in class ClassifierSplitEvaluator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |