Class MultiPostProcessor

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.SizeOfHandler, Serializable

    public class MultiPostProcessor
    extends AbstractWekaEvaluationPostProcessor
    Applies the specified post-processors sequentially to the input data and combines their output.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -post-processor <adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor> [-post-processor ...] (property: postProcessors)
        The post-processors to apply to the input data.
        default: 
     
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • MultiPostProcessor

        public MultiPostProcessor()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class adams.core.option.AbstractOptionHandler
      • postProcessorsTipText

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