필터 지우기
필터 지우기

hierarchical classification with SVM

조회 수: 1 (최근 30일)
berkaoui sara
berkaoui sara 2014년 12월 17일
편집: berkaoui sara 2014년 12월 17일
hello, I am trying to deal with a problem of classification with SVM, at the beginning I managed to solve the problem at the first level, ie classify my data into 2 classes (class1 and class2). now I want to continue the classification hierarchically ie f I want to separate the second class into two classes. is there a way to do it with Matlab SVM. thank you

채택된 답변

Stalin Samuel
Stalin Samuel 2014년 12월 17일
yes you can.First process with primary data.then check the class.if result is class2 then go for another classification
  댓글 수: 1
berkaoui sara
berkaoui sara 2014년 12월 17일
편집: berkaoui sara 2014년 12월 17일
actually, im use the folowing code to classify my data into 2 classes
model=svmtrain(lab_train,train,'-t 2 -d 2 -c 7 -g 0.5');
[labeltrain,valtrain,prectrain]= svmpredict(lab_train,train,model);
[labeltest,valtest,prectest]= svmpredict(lab_test,test,model);
and i dont know how to use the result in a way that i take only the second class and classify it aigain in to 2 classes

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by