Class TextStatistics

    • Field Detail

      • m_ConfusionMatrix

        protected boolean m_ConfusionMatrix
        whether to print the confusion matrix as well.
      • m_ComplexityStatistics

        protected boolean m_ComplexityStatistics
        whether to print the complexity statistics as well.
      • m_ClassDetails

        protected boolean m_ClassDetails
        whether to print the class details as well.
      • m_RunInformation

        protected boolean m_RunInformation
        whether to print the run information as well.
    • Constructor Detail

      • TextStatistics

        public TextStatistics()
    • Method Detail

      • setConfusionMatrix

        public void setConfusionMatrix​(boolean value)
        Sets whether to output the confusion matrix as well.
        Parameters:
        value - if true then the confusion matrix will be output as well
      • getConfusionMatrix

        public boolean getConfusionMatrix()
        Returns whether to output the confusion matrix as well.
        Returns:
        true if the confusion matrix stats are output as well
      • confusionMatrixTipText

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

        public void setComplexityStatistics​(boolean value)
        Sets whether to output complexity stats as well.
        Parameters:
        value - if true then the complexity stats will be output as well
      • getComplexityStatistics

        public boolean getComplexityStatistics()
        Returns whether the complexity stats are output as well.
        Returns:
        true if the complexity stats are output as well
      • complexityStatisticsTipText

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

        public void setClassDetails​(boolean value)
        Sets whether the class details are output as well.
        Parameters:
        value - if true then the class details are output as well
      • getClassDetails

        public boolean getClassDetails()
        Returns whether the class details are output as well.
        Returns:
        true if the class details are output as well
      • classDetailsTipText

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

        public void setRunInformation​(boolean value)
        Sets whether the run information is output as well.
        Parameters:
        value - if true then the run information is output as well
      • getRunInformation

        public boolean getRunInformation()
        Returns whether the run information is output as well.
        Returns:
        true if the run information is output as well
      • runInformationTipText

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

        protected TextualContentPanel createOutput​(weka.classifiers.Evaluation eval,
                                                   MetaData runInfo)
        Generates a panel from the results of the evaluation.
        Parameters:
        eval - the evaluation to append
        runInfo - the run information to add
        Returns:
        the generated panel