Main Content
resubEdge
Resubstitution classification edge for discriminant analysis classifier
Syntax
Description
returns the resubstitution classification Classification Edge
(edge
= resubEdge(Mdl
)edge
) for the trained discriminant analysis classifier
Mdl
using the training data stored in Mdl.X
and
the corresponding true class labels stored in Mdl.Y
. The classification
edge is the Classification Margin averaged over the entire
data set.