Unable to run Discriminant Analysis
이전 댓글 표시
I am unable to run this command in matlab .
load fisheriris;
linclass=ClassificationDiscriminant.fit(meas,species);
Reason:
After loading fisheriris, matlab gives error on ClassificationDiscriminant.fit because The file " ClassificationDiscriminant.fit" is not in Matlab directory.
Link is given below : "http://www.mathworks.com/help/toolbox/stats/bq_u8tb.html"
채택된 답변
추가 답변 (1개)
Prashanth Ravindran
2012년 3월 10일
0 개 추천
use function 'classify' to perform discriminant analysis. This function is available in the earlier versions of MATLAB.
카테고리
도움말 센터 및 File Exchange에서 Discriminant Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!