Class BuildModel

  • 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 BuildModel
    extends AbstractClassifierEvaluation
    implements adams.core.StoppableWithFeedback
    Builds a model and serializes it to a file.
    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_CheckBoxPreserveOrder

        protected adams.gui.core.BaseCheckBox m_CheckBoxPreserveOrder
        whether to preserve the order.
      • m_TextSeed

        protected adams.gui.core.NumberTextField m_TextSeed
        the seed value.
      • m_PanelModel

        protected adams.gui.chooser.FileChooserPanel m_PanelModel
        the serialized model.
      • m_Model

        protected transient weka.classifiers.Classifier m_Model
        the model that is being built.
      • m_Stopped

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

      • BuildModel

        public BuildModel()