
matlab
文章平均质量分 75
xiaoyu20121221
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
matlab SVM新函数例子
load fisheririsinds = ~strcmp(species,'setosa');X = meas(inds,3:4);y = species(inds); fitcsvm(X,y)翻译 2017-09-09 20:19:57 · 1411 阅读 · 0 评论 -
matlab 中机器学习工具箱中分类器下介绍SVM新函数一个例子
matlab 中机器学习工具箱中分类器下有SVM工具,其中介绍SVM新函数时有这样一个例子:LoadFisher's iris data set. Remove the sepal lengths and widths, and all observedsetosa irises.程序:load fisheriris %我看了一下,fisheriris是matlab系统自带的fisheri原创 2017-09-10 15:40:43 · 2828 阅读 · 1 评论