plot.booster {rbooster} | R Documentation |
plot booster
Description
plots errors of booster model iterations
Usage
## S3 method for class 'booster'
plot(x, y, ...)
## S3 method for class 'discrete_adaboost'
plot(x, y, ...)
## S3 method for class 'real_adaboost'
plot(x, y, ...)
Arguments
x |
booster object |
y |
ignored |
... |
additional arguments. |
Value
Summary of "booster" object.
[Package rbooster version 1.1.0 Index]