Euclidean Distance Classifier implementation for classifying 6 expressions
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi I am doing project in emotion recognition.I have to implement the Euclidean disatnce classifier for classifying 6 emotions.Could you please explain how to implenment in MATLAB.
Thanks in advance
댓글 수: 0
채택된 답변
Ilya
2013년 2월 28일
If by "Euclidean distance classifier" you mean nearest neighbor rules, take a look at ClassificationKNN in Statistics Toolbox. If you don't have a recent version of MATLAB, take a look at function knnsearch in the same toolbox. Search the doc for examples of usage for classification problems.
If you are not talking about nearest neighbor rules, you'd have to describe "Euclidean distance classifier" in more detail.
댓글 수: 0
추가 답변 (1개)
Jan
2013년 2월 28일
This is a very vague question and it does not stress the fact enough that this is your project. I we explain, how you have to implement this in Matlab, it would be our project.
I suggest to try to find out as much as possible by your own and use the forum to ask specific Matlab related questions, which can be answered preferrably in 4 sentences or 10 lines of code. Image Analyst will post 200 lines of code also, but even he needs a more detailed questions.
I personally detest to implement something in Matlab, which will loose a competition with a 1 year old child. It is like the construction of a machine which stirs my coffee - from a global point of view it does not solve anything, which could not be done with a smaller amount of time and energy. There are so many really useful jobs, which are waiting for a programmer. But this is only my personal view.
댓글 수: 2
참고 항목
카테고리
Help Center 및 File 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!