Simple example and generic function for SVM binary classifier

Simple generic function that takes two labelled classes and trains SVM classifier.
5.1K 次下载
更新时间 2017/7/3

查看许可证

Simple generic function that takes two labelled classes and trains binary SVM classifier. Has very basic example code to call SVM classifier and train SVM on labelled data (returns the trained SVM as a structure). Based on code from the mathworks website and matlab documentation.

引用格式

Dr. Soumya Banerjee (2024). Simple example and generic function for SVM binary classifier (https://www.mathworks.com/matlabcentral/fileexchange/48635-simple-example-and-generic-function-for-svm-binary-classifier), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Classification 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

SVM_example_upload/SVM_example_upload/SVM_example_upload/html/

版本 已发布 发行说明
1.3.0.0

svm_call function now takes one class label and made more generic

1.2.0.0

title updated
Function made generic to take in kernel type as argument

1.1.0.0

Picture added

1.0.0.0