Class BasicAdamsSetupPanel

    • Field Detail

      • m_PanelParameters

        protected adams.gui.core.ParameterPanel m_PanelParameters
        for listing all the options.
      • m_PanelResultsHandler

        protected adams.gui.goe.GenericObjectEditorPanel m_PanelResultsHandler
        the panel for the results handler.
      • m_PanelClassAttribute

        protected adams.gui.goe.GenericObjectEditorPanel m_PanelClassAttribute
        the panel for the class attribute heuristic.
      • m_TextRepetitions

        protected adams.gui.core.NumberTextField m_TextRepetitions
        the number of repetitions.
      • m_ComboBoxEvaluation

        protected adams.gui.core.BaseComboBox<String> m_ComboBoxEvaluation
        the type of evaluation.
      • m_TextEvaluation

        protected adams.gui.core.NumberTextField m_TextEvaluation
        the evaluation parameter.
      • m_CheckBoxCustomSplitGenerator

        protected adams.gui.core.BaseCheckBox m_CheckBoxCustomSplitGenerator
        whether to use a custom split generator.
      • m_PanelGenerator

        protected adams.gui.goe.GenericObjectEditorPanel m_PanelGenerator
        the fold generator.
      • m_PanelJobRunner

        protected adams.gui.goe.GenericObjectEditorPanel m_PanelJobRunner
        the JobRunner setup.
      • m_TextNotes

        protected adams.gui.core.BaseTextArea m_TextNotes
        the notes.
      • m_TabbedPane

        protected adams.gui.core.BaseTabbedPane m_TabbedPane
        the tabbed pane for datasets and classifiers.
      • m_PanelDatasets

        protected DatasetPanel m_PanelDatasets
        for specifying the datasets.
      • m_PanelClassifiers

        protected ClassifierPanel m_PanelClassifiers
        for specifying the classifiers.
    • Constructor Detail

      • BasicAdamsSetupPanel

        public BasicAdamsSetupPanel()