A list with several components defining the class attributes:
predictions
Matrix of predicted responses, with associated
standard deviations if option selected (numeric matrix).
Arguments
input_model
Trained BayesianLinearRegression model to use
(BayesianLinearRegression).
test
Matrix containing points to regress on (test points)
(numeric matrix).
stddevs
Return standard deviations along with predictions.
Default value "FALSE" (logical).
verbose
Display informational messages and the full list of
parameters and timers at the end of execution. Default value
"getOption("mlpack.verbose", FALSE)" (logical).