Filter löschen
Filter löschen

SVM classifier

3 Ansichten (letzte 30 Tage)
saba
saba am 23 Apr. 2012
i want to use svm classifier for testing and training.....i am inputting the training matrix as 12*10, where each column is the feature of a particular image and there are 10 images.all i want to know is that what should the group matrix be like in command " svmstruct = svm (training,group)????do i have to put some features of a particular image out the 10 images in the group matrix ??/wat should be its order???.....

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 23 Apr. 2012
The group should be the class number assigned to each of those training images (based upon some kind of external judgement). It should not be a feature.
  1 Kommentar
saba
saba am 23 Apr. 2012
By class number do u mean that i have to label each image and place that label as group????......

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by