Class AbstractResultsPanel

    • Field Detail

      • m_Matrix

        protected weka.experiment.ResultMatrix m_Matrix
        the underlying matrix.
    • Constructor Detail

      • AbstractResultsPanel

        public AbstractResultsPanel()
    • Method Detail

      • getResultsName

        public abstract String getResultsName()
        Returns the name to display in the GUI.
        Returns:
        the name
      • doDisplay

        protected abstract void doDisplay()
        Displays the results.
      • display

        public void display​(weka.experiment.ResultMatrix matrix)
        Displays the results.
        Parameters:
        matrix - the matrix with the results
      • toString

        public String toString()
        Just returns the name of the panel.
        Overrides:
        toString in class Component
        Returns:
        the name
      • cleanUp

        public void cleanUp()
        Cleans up data structures, frees up memory.
        Default implementation does nothing.
        Specified by:
        cleanUp in interface CleanUpHandler