print.maboost: Model Information for Ada

Description Usage Arguments Details Value See Also

Description

print lists the model information and final confusion matrix for submitted data.

Usage

1
2
## S3 method for class 'maboost'
print(x, ...)

Arguments

x

object generated by the function maboost.

...

other arguments not used by this function.

Details

print produces a summary of the original function call, method used for boosting, number of iterations, final confusion matrix, error from data used to build the model, and estimates of M.

Note: any object of class maboost invokes print, when printed to the screen.

Value

No value returned.

See Also

summary.maboost,predict.maboost,


maboost documentation built on May 2, 2019, 9:34 a.m.