필터 지우기
필터 지우기

can plz explain the source code in matlab

조회 수: 2 (최근 30일)
Sheema Khattak
Sheema Khattak 2014년 4월 25일
댓글: Walter Roberson 2014년 4월 29일
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

채택된 답변

Image Analyst
Image Analyst 2014년 4월 25일
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.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2014년 4월 25일
편집: Walter Roberson 2014년 4월 25일
Mark all of the images with no skin at all (showing only background) as being group 1; mark all of the images that show skin but have no skin disease as being group 2; mark all of the images that show skin disease as being group 3. These are the values that you would put into your labels vector.
I am not familiar with texture analysis to be able to guide you about what feature vectors you should create.
  댓글 수: 3
Sheema Khattak
Sheema Khattak 2014년 4월 26일
How would I specify that group 1=background,group 2 = no skin disease and group3=skin disease?
Walter Roberson
Walter Roberson 2014년 4월 29일
You just create a vector of numbers. e.g., if your first row of features corresponded to a picture with no skin disease, then the first entry in the vector would be 2.

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

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by