Classification edge for observations not used for training
E = kfoldEdge(obj)
E = kfoldEdge(obj,Name,Value)
returns
classification edge (average classification margin) obtained by cross-validated
classification model E
= kfoldEdge(obj
)obj
. For every fold, this
method computes classification edge for in-fold observations using
an ensemble trained on out-of-fold observations.
calculates
edge with additional options specified by one or more E
= kfoldEdge(obj
,Name,Value
)Name,Value
pair
arguments. You can specify several name-value pair arguments in any
order as Name1,Value1,…,NameN,ValueN
.
|
Object of class |
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 folds ranging from Default: |
|
Character vector or string scalar representing the meaning of the output
Default: |
|
The average classification margin. |