Class ErrorMeasurement

    • Field Detail

      • fadingErrorFactorOption

        public FloatOption fadingErrorFactorOption
      • fadingErrorFactor

        protected double fadingErrorFactor
    • Constructor Detail

      • ErrorMeasurement

        public ErrorMeasurement()
    • Method Detail

      • addPrediction

        public abstract void addPrediction​(double[] prediction,
                                           Instance inst)
      • getCurrentError

        public abstract double getCurrentError()
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent