Unable to run Discriminant Analysis
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Jiro Doke
le 24 Fév 2012
ClassificationDiscriminant class is new in R2011b Statistics Toolbox. Do you have R2011b?
0 commentaires
Plus de réponses (1)
Prashanth Ravindran
le 10 Mar 2012
use function 'classify' to perform discriminant analysis. This function is available in the earlier versions of MATLAB.
0 commentaires
Voir également
Catégories
En savoir plus sur Dimensionality Reduction and Feature Extraction dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!