| print.ada {ada} | R Documentation |
print lists the model information and final confusion matrix
for submitted data.
## S3 method for class 'ada': print(x, ...)
x |
object generated by the function ada. |
... |
other arguments not used by this function. |
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 ada invokes print, when
printed to the screen.
No value returned.
ada.default,summary.ada,predict.ada,
plot.ada,pairs.ada,update.ada,addtest