Resume training ensemble
ens1 = resume(ens,nlearn)
ens1 = resume(ens,nlearn,Name,Value)
trains ens1
= resume(ens
,nlearn
)ens
in every fold for nlearn
more cycles.
resume
uses the same training options fitrensemble
used to create ens
.
trains ens1
= resume(ens
,nlearn
,Name,Value
)ens
with
additional options specified by one or more Name,Value
pair
arguments.
|
A cross-validated regression ensemble.
|
|
A positive integer, the number of cycles for additional training
of |
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
.
|
Printout frequency, a positive integer scalar or Default: |
|
The cross-validated regression ensemble |