public class BasicConceptDriftPerformanceEvaluator extends AbstractMOAObject implements ClassificationPerformanceEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected double |
delay |
protected double |
errorPrediction |
protected double |
inputValues |
protected boolean |
isWarningZone |
protected double |
numberChanges |
protected double |
numberDetections |
protected double |
numberDetectionsOccurred |
protected double |
numberWarnings |
protected double |
totalDelay |
protected double |
weightObserved |
| Constructor and Description |
|---|
BasicConceptDriftPerformanceEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(weka.core.Instance inst,
double[] classVotes)
Adds a learning result to this evaluator.
|
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
double |
getInputValues() |
double |
getNumberChanges() |
double |
getNumberChangesOccurred() |
double |
getNumberDetections() |
double |
getNumberWarnings() |
Measurement[] |
getPerformanceMeasurements()
Gets the current measurements monitored by this evaluator.
|
double |
getPredictionError() |
double |
getTotalDelay() |
double |
getTotalWeightObserved() |
void |
reset()
Resets this evaluator.
|
copy, copy, measureByteSize, measureByteSize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, measureByteSizeprotected double weightObserved
protected double numberDetections
protected double numberDetectionsOccurred
protected double numberChanges
protected double numberWarnings
protected double delay
protected double errorPrediction
protected double totalDelay
protected boolean isWarningZone
protected double inputValues
public BasicConceptDriftPerformanceEvaluator()
public void reset()
ClassificationPerformanceEvaluatorreset in interface ClassificationPerformanceEvaluatorpublic void addResult(weka.core.Instance inst,
double[] classVotes)
ClassificationPerformanceEvaluatoraddResult in interface ClassificationPerformanceEvaluatorinst - the instance to be classifiedclassVotes - an array containing the estimated membership
probabilities of the test instance in each classpublic Measurement[] getPerformanceMeasurements()
ClassificationPerformanceEvaluatorgetPerformanceMeasurements in interface ClassificationPerformanceEvaluatorpublic double getTotalWeightObserved()
public double getNumberDetections()
public double getInputValues()
public double getPredictionError()
public double getNumberChanges()
public double getNumberChangesOccurred()
public double getNumberWarnings()
public double getTotalDelay()
public void getDescription(StringBuilder sb, int indent)
MOAObjectAbstractMOAObject.toString
to give a string representation of the object.getDescription in interface MOAObjectsb - the stringbuilder to add the descriptionindent - the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.