margin
Classification margins for classification ensemble model
Syntax
Description
m = margin(ens,tbl,ResponseVarName)m for the trained classification ensemble model
                    ens using the predictor data in table
                    tbl and the true class labels in
                    tbl.ResponseVarName.
The classification margin is the difference between the classification score for
                the true class and the maximal classification score for the false classes.
                    m is a column vector with the same number of rows as in
                    tbl.
m = margin(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
More About
Extended Capabilities
Version History
Introduced in R2011a