SVM classifier
조회 수: 3 (최근 30일)
이전 댓글 표시
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???.....
댓글 수: 0
채택된 답변
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!