Class RemoveWorstStdDev

    • Field Detail

      • m_Multiplier

        protected double m_Multiplier
        the multiplier for the standard deviation.
    • Constructor Detail

      • RemoveWorstStdDev

        public RemoveWorstStdDev()
    • Method Detail

      • setMultiplier

        public void setMultiplier​(double value)
        Sets the multiplier for the stdev.
        Parameters:
        value - the multiplier
      • getMultiplier

        public double getMultiplier()
        Returns the multiplier for the stdev..
        Returns:
        the multiplier
      • multiplierTipText

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

        protected List<weka.classifiers.Evaluation> doPostProcess​(weka.classifiers.Evaluation eval)
        Post-processes the evaluation.
        Specified by:
        doPostProcess in class AbstractWekaEvaluationPostProcessor
        Parameters:
        eval - the Evaluation to post-process
        Returns:
        the generated evaluations