Simple example and generic function for SVM binary classifier for general matrix

Simple generic function that takes two labelled classes and trains SVM classifier (general matrix).

您现在正在关注此提交

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. Takes a general matrix by downloading spam data from UCI repository.

引用格式

Dr. Soumya Banerjee (2026). Simple example and generic function for SVM binary classifier for general matrix (https://ww2.mathworks.cn/matlabcentral/fileexchange/63649-simple-example-and-generic-function-for-svm-binary-classifier-for-general-matrix), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

adding figure