resubEdge
Resubstitution classification edge for classification ensemble model
Description
returns the resubstitution Classification Edge
(edge
= resubEdge(ens
)edge
) for the trained classification ensemble
model ens
using the training data stored in
ens.X
and the corresponding true class
labels stored in ens.Y
. The classification edge
is the Classification Margin averaged over the entire
data set. edge
can be a scalar or vector,
depending on the setting of the Mode
name-value
argument.
specifies additional options using one or more name-value arguments.
For example, you can specify the indices of the weak learners to use
for calculating the loss, select the aggregation level for the
output, and perform computations in parallel.edge
= resubEdge(ens
,Name=Value
)
Examples
Input Arguments
More About
Extended Capabilities
Version History
Introduced in R2011aSee Also
resubMargin
| resubLoss
| resubPredict
| resubEdge
| ClassificationEnsemble
| fitcensemble