Can someone help me out with this problem. I have trying to figure this out from a long time.
I have a training_Set: <1530*270400 double>
and Test_Set: <4794*270400 double>
I am using Linear discriminant analysis method
class = classify(Test_Set,Training_Set,train_label,'linear')
Error using classify (line 228)
The pooled covariance matrix of TRAINING must be positive definite.