Prune ensemble
cmp = shrink(ens)
cmp = shrink(ens,Name,Value)
returns
a compact shrunken version of cmp
= shrink(ens
)ens
, a regularized
ensemble. cmp
retains only learners with weights
above a threshold.
returns
an ensemble with additional options specified by one or more cmp
= shrink(ens
,Name,Value
)Name,Value
pair
arguments. You can specify several name-value pair arguments in any
order as Name1,Value1,…,NameN,ValueN
.
|
A regression ensemble created with |
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
.
|
Vector of nonnegative regularization parameter values for lasso.
If Default: |
|
Lower cutoff on weights for weak learners, a numeric nonnegative
scalar. Default: |
|
Column index of Default: |
|
A regression ensemble of class
|