edge
Classification edge for discriminant analysis classifier
Syntax
Description
e = edge(Mdl,Tbl,ResponseVarName)e for the trained discriminant analysis classifier model
          Mdl using the predictor data in table Tbl and
        the class labels in Tbl.ResponseVarName.
The classification edge is the weighted mean value of the classification Margin.
e = edge(___,Weights=weights)e using the weights in
          weights.
Note
If the predictor data X contains any missing values, the
              edge function might return NaN. For more details, see
              edge might return NaN for predictor data with missing values.