get_nfolds | R Documentation |
An S3 generic method to retrieve the number of folds from a cross-validation specification object.
get_nfolds(obj, ...)
obj |
A cross-validation specification object (e.g., inheriting from 'cross_validation'). |
... |
Additional arguments passed to methods. |
An integer representing the number of folds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.