resume
R2026bResume training support vector machine regression model
Description
returns an updated support vector machine (SVM) regression model
updatedMdl = resume(Mdl,numIterations)updatedMdl by training the model for an additional number
of iterations as specified by numIterations.
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 name-value arguments. For example, specify the verbosity level and the number
of iterations between diagnostic message printouts.updatedMdl = resume(Mdl,numIterations,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
If the optimization has not converged and Solver is set to
"SMO" or "ISDA", then try to resume training
the SVM regression model.