svm classification

7 Ansichten (letzte 30 Tage)
kash
kash am 4 Apr. 2012
I have extracted features of an segmented image(mamogram image),using GLCM
I = imread('IMAGE1.jpg');
GLCM = graycomatrix(I,'Offset',[2 0;0 2]);
stats = graycoprops(GLCM,'all')
t1= struct2array(stats)
now i want to classify using SVM,and should it whether the tumour is stating stage,middle stage or high,so i have 3 classes ,please help how to process

Antworten (1)

Pramod Bhat
Pramod Bhat am 4 Apr. 2012
search for 'svmclassify' on MATLAB help. But the example code given there can be used only for 2-class classification .
  1 Kommentar
kash
kash am 5 Apr. 2012
o thanks ten wat about for 3 classes

Melden Sie sich an, um zu kommentieren.

Kategorien

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by