Method: CrossValidation::Runner#percentage
- Defined in:
- lib/cross_validation/runner.rb
#percentage ⇒ Float
Returns 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 |