A training set of 2000 samples ( value :2000 * 2 ) named training_set. how can i estimate the mean and covariances for all classes from training set. already tried mean and cov function.but every time get " Undefined function or variable " error. Just a beginner. thanks in advance.
Asked
Active
Viewed 93 times
training_mean = mean(training_data,1);
– user3341165 Dec 02 '14 at 13:19