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 Exchange에서 Statistics 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