Class CustomNCrossValidations


  • public final class CustomNCrossValidations
    extends NCrossValidations
    N-Cross validations are specified by user.
    • Constructor Detail

      • CustomNCrossValidations

        public CustomNCrossValidations()
    • Method Detail

      • value

        public int value()
        Get the value property: [Required] N-Cross validations value.
        Returns:
        the value value.
      • withValue

        public CustomNCrossValidations withValue​(int value)
        Set the value property: [Required] N-Cross validations value.
        Parameters:
        value - the value value to set.
        Returns:
        the CustomNCrossValidations object itself.