erboost object and
optionally plots various performance measures
erboost.perf(object, plot.it = TRUE, oobag.curve = FALSE, overlay = TRUE, method)erboost.object created from an initial call to
erboost.plot.it=TRUE creates two plots. The first plot plots
object$train.error (in black) and object$valid.error (in red)
versus the iteration number. The scale of the error measurement, shown on the
left vertical axis, depends on the distribution argument used in the
initial call to erboost.method="OOB" computes the out-of-bag
estimate and method="test" uses the test (or validation) dataset
to compute an out-of-sample estimate. method="cv" extracts the
optimal number of iterations using cross-validation if erboost was called
with cv.folds>1erboost.perf returns the estimated optimal number of iterations. The method
of computation depends on the method argument.G. Ridgeway (1999). The state of boosting, Computing Science and Statistics 31:172-181.
erboost, erboost.object