svm classification

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

回答 (1 件)

Pramod Bhat
Pramod Bhat 2012 年 4 月 4 日

0 投票

search for 'svmclassify' on MATLAB help. But the example code given there can be used only for 2-class classification .

1 件のコメント

kash
kash 2012 年 4 月 5 日
o thanks ten wat about for 3 classes

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

タグ

質問済み:

2012 年 4 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by