Info
此问题已关闭。 请重新打开它进行编辑或回答。
classification of data with classifier
2 次查看(过去 30 天)
显示 更早的评论
If I ha two classes like
C =
0.0165 -0.0472
0.0060 -0.0491
0.0084 -0.0400
0.0046 -0.0490
0.0133 -0.0365
0.0150 -0.0510
0.0099 -0.0550
0.0132 -0.0446
0.0120 -0.0387
0.0083 -0.0485
>> D=www(1:10,:)
D =
-0.0101 -0.0530
-0.0018 -0.0455
0.0047 -0.0364
-0.0128 -0.0472
-0.0125 -0.0544
-0.0147 -0.0483
-0.0020 -0.0313
0.0099 -0.0419
-0.0057 -0.0468
0.0063 -0.0375
then please any one help me how we classify these two classes with svm or perceptron
1 个评论
Image Analyst
2016-8-13
Did you try the Classification Learner on the Apps tab on the tool ribbon and then export the code?
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!