Class ReevaluateModel

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

    public class ReevaluateModel
    extends AbstractClassifierEvaluation
    Re-evaluates a serialized model.
    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_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_PanelModel

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

        protected weka.classifiers.Classifier m_Model
        the current model.
      • m_Header

        protected weka.core.Instances m_Header
        the training header (if any).
    • Constructor Detail

      • ReevaluateModel

        public ReevaluateModel()