SVM classifier

3 次查看(过去 30 天)
saba
saba 2012-4-23
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???.....

采纳的回答

Walter Roberson
Walter Roberson 2012-4-23
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 个评论
saba
saba 2012-4-23
By class number do u mean that i have to label each image and place that label as group????......

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by