public abstract class ErrorMeasurement extends AbstractMOAObject
Modifier and Type | Field and Description |
---|---|
protected double |
fadingErrorFactor |
FloatOption |
fadingErrorFactorOption |
Constructor and Description |
---|
ErrorMeasurement() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addPrediction(double[] prediction,
Instance inst) |
abstract double |
getCurrentError() |
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
copy, copy, measureByteSize, measureByteSize, toString
public FloatOption fadingErrorFactorOption
protected double fadingErrorFactor
public abstract void addPrediction(double[] prediction, Instance inst)
public abstract double getCurrentError()
public void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.