Can't run ClassificationDiscriminant.fit
Show older comments
Hi everyone,
yesterday a wrote a small script that uses the ClassificationDiscriminant class in order to classify bag-of-token data. It worked yesterday. However, this morning i tried to rerun the (exact same) code and suddenly I get the error message
Undefined variable "ClassificationDiscriminant" or class "ClassificationDiscriminant.fit".
Other classifiers in the statisctics toolbox work perfectly (such as naivebayes, ClassificationKNN....) I am using matlab 2013a on mac os x maverick on a macbook pro late 2011
I am confused...
Help is appreciated!
1 Comment
Ilya
on 22 Dec 2013
If you type
which ClassificationDiscriminant
what does it show?
Answers (0)
Categories
Find more on Classification Ensembles in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!