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!