Class RemoveWorst

    • Field Detail

      • m_Percent

        protected double m_Percent
        the percentage of the worst predictions to remove (0-1).
    • Constructor Detail

      • RemoveWorst

        public RemoveWorst()
    • Method Detail

      • setPercent

        public void setPercent​(double value)
        Sets the percentage to remove.
        Parameters:
        value - the percent (0-1)
      • getPercent

        public double getPercent()
        Returns the percentage to remove.
        Returns:
        the percent (0-1)
      • percentTipText

        public String percentTipText()
        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