Main Content
resubPredict
Predict response of regression ensemble by resubstitution
Description
returns a vector of Yfit
= resubPredict(ens
)ens
.X
elements
containing the responses predicted by ens
for the data
ens.X
. Yfit
contains the predictions of
ens
on the data used by fitrensemble
to create ens
.
specifies additional options using one or more name-value arguments. For example,
you can specify the indices of weak learners for predicting responses, and whether
to perform computations in parallel.Yfit
= resubPredict(ens
,Name=Value
)
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2011a