Unable to run Discriminant Analysis
2 次查看(过去 30 天)
显示 更早的评论
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"
0 个评论
采纳的回答
Jiro Doke
2012-2-24
ClassificationDiscriminant class is new in R2011b Statistics Toolbox. Do you have R2011b?
0 个评论
更多回答(1 个)
Prashanth Ravindran
2012-3-10
use function 'classify' to perform discriminant analysis. This function is available in the earlier versions of MATLAB.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!