Class AbstractWekaClassifierEvaluator

    • Field Detail

      • m_Output

        protected weka.classifiers.evaluation.output.prediction.AbstractOutput m_Output
        for generating predictions output.
      • m_OutputBuffer

        protected StringBuffer m_OutputBuffer
        the buffer for the predictions.
      • m_AlwaysUseContainer

        protected boolean m_AlwaysUseContainer
        whether to always use a container.
    • Constructor Detail

      • AbstractWekaClassifierEvaluator

        public AbstractWekaClassifierEvaluator()
    • Method Detail

      • setOutput

        public void setOutput​(weka.classifiers.evaluation.output.prediction.AbstractOutput value)
        Sets the prediction output generator to use.
        Parameters:
        value - the output generator
      • getOutput

        public weka.classifiers.evaluation.output.prediction.AbstractOutput getOutput()
        Returns the prediction output generator in use.
        Returns:
        the output generator
      • outputTipText

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

        public void setAlwaysUseContainer​(boolean value)
        Sets whether to always use an evaluation container as output.
        Parameters:
        value - true if to always use container
      • getAlwaysUseContainer

        public boolean getAlwaysUseContainer()
        Returns whether to always use an evaluation container as output.
        Returns:
        true if to always use container
      • alwaysUseContainerTipText

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

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        String.class or weka.classifiers.Evaluation.class
      • reset

        protected void reset()
        Resets the scheme.
        Overrides:
        reset in class AbstractActor
      • initOutputBuffer

        protected void initOutputBuffer()
        Initializes the output buffer.
      • cleanOutputBuffer

        protected void cleanOutputBuffer()
        Cleans up the output buffer.