oobEdge
Out-of-bag classification edge for bagged classification ensemble model
Description
returns the classification
edge
e = oobEdge(ens)e for the out-of-bag data in the bagged classification
ensemble model 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 edge, and the aggregation level for the output.e = oobEdge(ens,Name=Value)
Examples
Input Arguments
Name-Value Arguments
More About
Extended Capabilities
Version History
Introduced in R2011aSee Also
oobMargin | oobPredict | oobLoss | ClassificationBaggedEnsemble | fitcensemble