Main Content
resubEdge
Resubstitution classification edge for classification tree model
Syntax
Description
returns the resubstitution classification edge
(edge
= resubEdge(tree
)edge
) for the trained classification tree model
tree
using the training data stored in tree.X
and
the corresponding true class labels stored in tree.Y
. The classification
edge is a numeric scalar value that represents the margin averaged over
the entire data set, and is returned as a numeric scalar.
Examples
Input Arguments
More About
Extended Capabilities
Version History
Introduced in R2011a
See Also
edge
| resubMargin
| resubLoss
| resubPredict
| fitctree
| ClassificationTree