resume
Class: RegressionSVM
Resume training support vector machine regression model
Syntax
updatedMdl = resume(mdl,numIter)
updatedMdl = resume(mdl,numIter,Name,Value)
Description
returns
an updated support vector machine (SVM) regression model, updatedMdl
= resume(mdl
,numIter
)updatedMdl
,
by training the model for an additional number of iterations as specified
by numIter
.
resume
applies the same training options to updatedMdl
that
you set when using fitrsvm
to
train mdl
.
returns
an updated SVM regression model with additional options specified
by one or more updatedMdl
= resume(mdl
,numIter
,Name,Value
)Name,Value
pair arguments.
Input Arguments
Output Arguments
Examples
Tips
If optimization has not converged and 'Solver'
is
set to 'SMO'
or 'ISDA'
, then
try to resume training the SVM regression model.