oobMargin
Out-of-bag classification margins for bagged classification ensemble
Description
returns the classification margins
for the out-of-bag data in the bagged classification ensemble model
m
= oobMargin(ens
)ens
.
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
margins.m
= oobMargin(ens
,Name=Value
)
Examples
Input Arguments
Name-Value Arguments
More About
Extended Capabilities
Version History
Introduced in R2012b
See Also
oobPredict
| oobLoss
| oobEdge
| margin
| ClassificationBaggedEnsemble
| fitcensemble