支持向量机回归 -凯发k8网页登录
用于回归模型的支持向量机
为了提高在中低维数据集上的准确度,可以使用 fitrsvm
训练支持向量机 (svm) 模型。
为了减少在高维数据集上的计算时间,可以使用 fitrlinear
高效地训练线性回归模型,例如线性 svm 模型。
app
使用有监督机器学习训练回归模型来预测数据 |
模块
使用支持向量机 (svm) 回归模型预测响应 | |
使用线性回归模型预测响应 |
函数
对象
主题
understand the mathematical formulation of linear and nonlinear svm regression problems and solver algorithms.
create and compare kernel approximation models, and export trained models to make predictions for new data.
- predict responses using regressionsvm predict block
train a support vector machine (svm) regression model using the regression learner app, and then use the regressionsvm predict block for response prediction.
this example shows how to use the regressionlinear predict block for response prediction in simulink®.