classification of data with classifier

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 Comment

Did you try the Classification Learner on the Apps tab on the tool ribbon and then export the code?

Answers (0)

This question is closed.

Asked:

on 13 Aug 2016

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!