MATLAB: Can plz explain the source code in matlab

image segmentationmatlab image processingpattern recognitionstatistical analysisStatistics and Machine Learning Toolboxsupport vector machinesvm

how or on what basis selected the numerical values for matrix e.g. labels=[],features[] etc are created for image dataset to be used for multiclass svm in matlab

Best Answer

References are given in the documentation: http://www.mathworks.com/help/stats/svmclassify.html. You can read the papers to see how it's done in detail.
Related Question