Class RepeatedCrossValidation

  • 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 RepeatedCrossValidation
    extends AbstractClassifierEvaluation
    implements adams.core.StoppableWithFeedback
    Performs repeated 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_SpinnerRuns

        protected JSpinner m_SpinnerRuns
        the number of runs.
      • m_SpinnerFolds

        protected JSpinner m_SpinnerFolds
        the number of folds.
      • 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_GOEJobRunner

        protected adams.gui.goe.GenericObjectEditorPanel m_GOEJobRunner
        the jobrunner.
    • Constructor Detail

      • RepeatedCrossValidation

        public RepeatedCrossValidation()