Class MeanAbsoluteError

    • Field Detail

      • m_Factor

        protected double m_Factor
        the stdev factor.
    • Constructor Detail

      • MeanAbsoluteError

        public MeanAbsoluteError()
    • Method Detail

      • setFactor

        public void setFactor​(double value)
        Sets the factor which determines whether a value is an outlier.
        Parameters:
        value - the factor
      • getFactor

        public double getFactor()
        Returns the factor which determines whether a value is an outlier.
        Returns:
        the factor
      • factorTipText

        public String factorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.