Predictions produced by a ADE-class
object.
It contains y_hat, the combined predictions,
Y_hat, the predictions of each base model,
Y_committee, the base models used for prediction
at each time point, and E_hat, the loss predictions
by each meta-model.
ade_hat(y_hat, Y_hat, Y_committee, E_hat)
combined predictions of the ensemble
ADE
. A numeric vector;
a matrix containing the predictions made by individual models;
a list describing the models selected for predictions at each time point (according to lambda and omega);
predictions of error of each base model, estimated by their respective meta model associate;
ADE-class
for generating an ADE ensemble.
Other ensemble predictions: ade_hat-class
,
dets_hat-class
, dets_hat