A list with several components defining the class attributes:
probabilities
Predicted class probabilities for each point in the
test set (numeric matrix).
Arguments
input_model
Input AdaBoost model (AdaBoostModel).
test
Test dataset (numeric matrix).
verbose
Display informational messages and the full list of
parameters and timers at the end of execution. Default value
"getOption("mlpack.verbose", FALSE)" (logical).