class_balance {nestedcv} | R Documentation |
Check class balance in training folds
Description
Check class balance in training folds
Usage
class_balance(object)
## Default S3 method:
class_balance(object)
## S3 method for class 'nestcv.train'
class_balance(object)
Arguments
object |
Object of class |
Value
Invisibly a table of the response classes in the training folds
[Package nestedcv version 0.7.9 Index]