Class CrossValidation

  • 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 CrossValidation
    extends AbstractClassifierEvaluation
    implements adams.core.StoppableWithFeedback
    Performs cross-validation.
    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_SpinnerFolds

        protected JSpinner m_SpinnerFolds
        the number of folds.
      • m_TextSeed

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

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

        protected adams.gui.goe.GenericObjectEditorPanel m_GOEGenerator
        the fold generator.
      • m_GOEFinalModel

        protected adams.gui.goe.GenericObjectEditorPanel m_GOEFinalModel
        how to produce the final model.
      • m_PanelParametersAdvanced

        protected adams.gui.core.ParameterPanel m_PanelParametersAdvanced
        the panel with the advanced parameters.
      • m_CheckBoxPerFoldOutput

        protected adams.gui.core.BaseCheckBox m_CheckBoxPerFoldOutput
        whether to use separate evaluations per fold.
      • m_GOEJobRunner

        protected adams.gui.goe.GenericObjectEditorPanel m_GOEJobRunner
        the jobrunner.
      • m_CheckBoxUseViews

        protected adams.gui.core.BaseCheckBox m_CheckBoxUseViews
        whether to use views.
      • m_CheckBoxDiscardPredictions

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

      • CrossValidation

        public CrossValidation()