public class MultilabelWindowClassificationPerformanceEvaluator extends WindowClassificationPerformanceEvaluator
WindowClassificationPerformanceEvaluator.EstimatorclassAccuracy, columnKappa, lastSeenClass, numClasses, rowKappa, TotalweightObserved, weightCorrect, weightCorrectNoChangeClassifier, weightObserved, widthOptionclassOptionNamesToPreparedObjects, options| Constructor and Description |
|---|
MultilabelWindowClassificationPerformanceEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(weka.core.Instance x,
double[] y)
Add a Result.
|
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
Measurement[] |
getPerformanceMeasurements()
Gets the current measurements monitored by this evaluator.
|
void |
reset()
Resets this evaluator.
|
void |
reset(int L) |
getFractionCorrectlyClassified, getFractionIncorrectlyClassified, getKappaStatistic, getKappaTemporalStatistic, getTotalWeightObserved, prepareForUseImplcopy, discoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUsecopy, measureByteSize, measureByteSize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, measureByteSizepublic MultilabelWindowClassificationPerformanceEvaluator()
public void reset()
ClassificationPerformanceEvaluatorreset in interface ClassificationPerformanceEvaluatorreset in class WindowClassificationPerformanceEvaluatorpublic void reset(int L)
reset in class WindowClassificationPerformanceEvaluatorpublic void addResult(weka.core.Instance x,
double[] y)
addResult in interface ClassificationPerformanceEvaluatoraddResult in class WindowClassificationPerformanceEvaluatorx - the instance to be classifiedy - an array containing the estimated membership
probabilities of the test instance in each classpublic Measurement[] getPerformanceMeasurements()
ClassificationPerformanceEvaluatorgetPerformanceMeasurements in interface ClassificationPerformanceEvaluatorgetPerformanceMeasurements in class WindowClassificationPerformanceEvaluatorpublic void getDescription(StringBuilder sb, int indent)
MOAObjectAbstractMOAObject.toString
to give a string representation of the object.getDescription in interface MOAObjectgetDescription in class WindowClassificationPerformanceEvaluatorsb - the stringbuilder to add the descriptionindent - the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.