Class BasicRegressionPerformanceEvaluator

    • Field Detail

      • weightObserved

        protected double weightObserved
      • squareError

        protected double squareError
      • averageError

        protected double averageError
      • sumTarget

        protected double sumTarget
      • squareTargetError

        protected double squareTargetError
      • averageTargetError

        protected double averageTargetError
      • totalSumSquares

        protected double totalSumSquares
      • numAttributes

        protected double numAttributes
    • Constructor Detail

      • BasicRegressionPerformanceEvaluator

        public BasicRegressionPerformanceEvaluator()
    • Method Detail

      • getTotalWeightObserved

        public double getTotalWeightObserved()
      • getCoefficientOfDetermination

        public double getCoefficientOfDetermination()
      • getAdjustedCoefficientOfDetermination

        public double getAdjustedCoefficientOfDetermination()
      • getMeanError

        public double getMeanError()
      • getSquareError

        public double getSquareError()
      • getTargetMeanError

        public double getTargetMeanError()
      • getTargetSquareError

        public double getTargetSquareError()
      • 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.
        Specified by:
        getDescription in interface MOAObject
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent