支持向量机分类 -凯发k8网页登录
为了提高在中低维数据集上的准确度并增加核函数选择,可以使用分类学习器训练二类 svm 模型,或包含 svm 二类学习器的多类纠错输出编码 (ecoc) 模型。为了获得更大的灵活性,可以在命令行界面中使用 fitcsvm
训练二类 svm 模型,或者使用 fitcecoc
训练由二类 svm 学习器组成的多类 ecoc 模型。
为了减少在高维数据集上的计算时间,可以使用 fitclinear
高效地训练二类线性分类模型(例如线性 svm 模型),或者使用 fitcecoc
训练由 svm 模型组成的多类 ecoc 模型。
对于大数据的非线性分类,可以使用 fitckernel
训练二类高斯核分类模型。
app
分类学习器 | 使用有监督的机器学习训练模型以对数据进行分类 |
模块
classificationsvm predict | classify observations using support vector machine (svm) classifier for one-class and binary classification |
classify observations using linear classification model | |
classify observations using error-correcting output codes (ecoc) classification model |
函数
类
主题
create and compare support vector machine (svm) classifiers, and export trained models to make predictions for new data.
使用分离超平面和核变换通过 svm 执行二类分类。
- predict class labels using classificationsvm predict block
this example shows how to use the classificationsvm predict block for label prediction in simulink®.
this example shows how to use the classificationlinear predict block for label prediction in simulink®.
train an ecoc classification model, and then use the classificationecoc predict block for label prediction.
相关信息
- signal classification using wavelet-based features and support vector machines (wavelet toolbox)
- (wavelet toolbox)