Classification edge
E = edge(ens,tbl,ResponseVarName)
E = edge(ens,tbl,Y)
E = edge(ens,X,Y)
E = edge(___,Name,Value)
returns the classification edge for E
= edge(ens
,tbl
,ResponseVarName
)ens
with data
tbl
and classification
tbl.ResponseVarName
.
returns the classification edge for E
= edge(ens
,tbl
,Y
)ens
with data
tbl
and classification Y
.
returns the classification edge for E
= edge(ens
,X
,Y
)ens
with data
X
and classification Y
.
computes the edge with additional options specified by one or more
E
= edge(___,Name,Value
)Name,Value
pair arguments, using any of the previous
syntaxes.
|
A classification ensemble constructed with |
|
Sample data, specified as a table. Each row of If you trained |
|
Response variable name, specified as the name of a variable in
You must specify |
|
A matrix where each row represents an observation, and each column
represents a predictor. The number of columns in If you trained |
|
Class labels of observations in |
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
|
Indices of weak learners in the ensemble ranging from
Default: |
|
Meaning of the output
Default: |
|
A logical matrix of size When Default: |
|
Observation weights, a numeric vector of length
Default: |
|
The classification edge, a vector or scalar depending on the setting of
the |