SVMStruct = svmtrain(Training,Group); Above command is availble for SVM traning, but how to prepare 'Training' and 'Group'. I am working on digital mammograms for breast cancer detection. I have done preprocessing and features extraction. And now i want to classify the mammograms in three classes.
Please help me!