Unable to run Discriminant Analysis
Mostra commenti meno recenti
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"
Risposta accettata
Più risposte (1)
Prashanth Ravindran
il 10 Mar 2012
0 voti
use function 'classify' to perform discriminant analysis. This function is available in the earlier versions of MATLAB.
Categorie
Scopri di più su Discriminant Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!