Class IndexedSplitsRunsEvaluation

  • All Implemented Interfaces:
    adams.core.GlobalInfoSupporter, adams.core.logging.LoggingSupporter, adams.core.SizeOfHandler, adams.core.StatusMessageHandler, Serializable

    public class IndexedSplitsRunsEvaluation
    extends AbstractClassifierEvaluation
    Performs the evaluation according to the provided indexed splits.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_PanelParameters

        protected adams.gui.core.ParameterPanel m_PanelParameters
        the panel with the parameters.
      • m_ComboBoxDatasets

        protected adams.gui.core.BaseComboBox<String> m_ComboBoxDatasets
        the datasets.
      • m_PanelFile

        protected adams.gui.chooser.FileChooserPanel m_PanelFile
        the chooser panel for the indexed splits file.
      • m_PanelReader

        protected adams.gui.goe.GenericObjectEditorPanel m_PanelReader
        the GOE panel for the indexed splits reader.
      • m_TextTrainSplitName

        protected adams.gui.core.BaseTextField m_TextTrainSplitName
        the text with the name for the train split.
      • m_TextTestSplitName

        protected adams.gui.core.BaseTextField m_TextTestSplitName
        the text with the name for the test split.
      • m_CheckBoxLenient

        protected adams.gui.core.BaseCheckBox m_CheckBoxLenient
        whether to be lenient with checks.
      • m_SelectAdditionalAttributes

        protected adams.gui.chooser.SelectOptionPanel m_SelectAdditionalAttributes
        the additional attributes to store.
    • Constructor Detail

      • IndexedSplitsRunsEvaluation

        public IndexedSplitsRunsEvaluation()