edge
Description
returns the classification edge e = edge(mdl,tbl,ResponseVarName)e for the trained classification XGBoost
model mdl using the predictor data in table tbl
and the class labels in tbl.ResponseVarName.
The classification edge e is a scalar value.
specifies options using one or more name-value arguments in addition to any of the input
argument combinations in the previous syntaxes. For example, you can specify observation
weights and perform computations in parallel.e = edge(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
More About
Extended Capabilities
Version History
Introduced in R2026a