필터 지우기
필터 지우기

Function classify in matlab

조회 수: 2 (최근 30일)
joelle
joelle 2013년 4월 4일
I'm using function classify yfit=classify(xtest,xtrain,ytrain,'quadratic') when I apply this function to specific signal I've obtained yfit the exacte opposite of ytest (which take value 0 pr 1) and i can't find the cause. If I apply it to another signals it work properly. Please can anyone help me

답변 (1개)

Harshit
Harshit 2013년 4월 4일
The classifiers accuracy can never be 100%. The classifiers gets trained on training set and then work on the data. Porbably you should make your training set richer or mark that as an error.
  댓글 수: 1
joelle
joelle 2013년 4월 5일
Hi Harshit I know that the classifier accuracy can never be 100% but my problem is when I've applied this function to some signal the accuracy is 0 %. I've obtained just the opposite of the real value.

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

카테고리

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