Generate a standalone matlab function for support vector machine (SVM)?
1 次查看(过去 30 天)
显示 更早的评论
Is it possible to generate a standalone matlab function for support vector machine (SVM) classification methods in MATLAB? That is after you have train SVM is it possible to store the result and run it on a new set of data for example a new testing datasets similar to what neural network is able to do in MALTAB?
Thank you :)
0 个评论
回答(1 个)
Image Analyst
2015-5-2
Yes it is. Learn how to write functions. http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
To "store the result" you can use the save() function. For reading in "a new testing datasets", there are lots and lots of functions like xlsread, importdata, dlmread, csvread, fread, textscan, readtable, fscanf, load, etc.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Pattern Recognition and Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!