Class TrainTestSet

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

    public class TrainTestSet
    extends AbstractClassifierEvaluation
    implements adams.core.StoppableWithFeedback
    Uses dedicated train/test sets.
    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_ComboBoxTrain

        protected adams.gui.core.BaseComboBox<String> m_ComboBoxTrain
        the train set.
      • m_ComboBoxTest

        protected adams.gui.core.BaseComboBox<String> m_ComboBoxTest
        the test set.
      • m_SelectAdditionalAttributes

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

        protected adams.gui.core.BaseCheckBox m_CheckBoxDiscardPredictions
        whether to discard the predictions.
      • m_Model

        protected transient weka.classifiers.Classifier m_Model
        the current model.
      • m_Stopped

        protected boolean m_Stopped
        whether the build was stopped.
    • Constructor Detail

      • TrainTestSet

        public TrainTestSet()