Method: CrossValidation::Runner#percentage

Defined in:
lib/cross_validation/runner.rb

#percentageFloat

Returns The number of folds to partition documents into as a percentage of the documents. Mutually exclusive with folds.

Returns:

  • (Float)

    The number of folds to partition documents into as a percentage of the documents. Mutually exclusive with folds.



23
24
25
# File 'lib/cross_validation/runner.rb', line 23

def percentage
  @percentage
end