Class AbstractOutputGenerator

    • Field Summary

      • Fields inherited from class adams.core.option.AbstractOptionHandler

        m_OptionManager
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
    • Constructor Detail

      • AbstractOutputGenerator

        public AbstractOutputGenerator()
    • Method Detail

      • newMultiPagePane

        protected adams.gui.core.MultiPagePane newMultiPagePane​(ResultItem item)
        Generates a new MultiPagePane instance.
        Returns:
        the instance
      • addPage

        protected void addPage​(adams.gui.core.MultiPagePane multiPage,
                               String title,
                               JComponent comp,
                               int fold)
        Adds a page for the confusion matrix.
        Parameters:
        multiPage - the multi-page to add to
        title - the title to use
        comp - the component to add as page
        fold - the fold, -1 for non-fold related page, 0 for full, 1-* for fold indices