public class MultilabelWindowClassificationPerformanceEvaluator extends WindowClassificationPerformanceEvaluator
WindowClassificationPerformanceEvaluator.Estimator
classAccuracy, columnKappa, lastSeenClass, numClasses, rowKappa, TotalweightObserved, weightCorrect, weightCorrectNoChangeClassifier, weightObserved, widthOption
classOptionNamesToPreparedObjects, 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, prepareForUseImpl
copy, discoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, getPurposeString, prepareClassOptions, prepareForUse, prepareForUse
copy, measureByteSize, measureByteSize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy, measureByteSize
public MultilabelWindowClassificationPerformanceEvaluator()
public void reset()
ClassificationPerformanceEvaluator
reset
in interface ClassificationPerformanceEvaluator
reset
in class WindowClassificationPerformanceEvaluator
public void reset(int L)
reset
in class WindowClassificationPerformanceEvaluator
public void addResult(weka.core.Instance x, double[] y)
addResult
in interface ClassificationPerformanceEvaluator
addResult
in class WindowClassificationPerformanceEvaluator
x
- the instance to be classifiedy
- an array containing the estimated membership
probabilities of the test instance in each classpublic Measurement[] getPerformanceMeasurements()
ClassificationPerformanceEvaluator
getPerformanceMeasurements
in interface ClassificationPerformanceEvaluator
getPerformanceMeasurements
in class WindowClassificationPerformanceEvaluator
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.getDescription
in interface MOAObject
getDescription
in class WindowClassificationPerformanceEvaluator
sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.