Class RandomizedCrossValidation.Par

    • Field Detail

      • NFOLD_ID

        public static final OptionID NFOLD_ID
        Parameter for number of folds.
      • nfold

        protected int nfold
        Holds the number of folds.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • make

        public RandomizedCrossValidation make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Returns:
        a new instance