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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addPage​(adams.gui.core.MultiPagePane multiPage, String title, JComponent comp, int fold)
      Adds a page for the confusion matrix.
      protected adams.gui.core.MultiPagePane newMultiPagePane​(ResultItem item)
      Generates a new MultiPagePane instance.
      • Methods inherited from class adams.core.option.AbstractOptionHandler

        cleanUpOptions, defineOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, globalInfo, initialize, loggingLevelTipText, newOptionManager, reset, toCommandLine, toString
      • Methods inherited from class adams.core.logging.CustomLoggingLevelObject

        setLoggingLevel
      • Methods inherited from class adams.core.logging.LoggingObject

        configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
      • Methods inherited from interface adams.core.logging.LoggingLevelHandler

        getLoggingLevel
    • 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