Réponse acceptée

Image Analyst
Image Analyst le 8 Mai 2015

0 votes

Um, how about mean() or mean2()? If not, why not?

Plus de réponses (1)

Suzanne Hussein
Suzanne Hussein le 9 Mai 2015

0 votes

I have data set divided it to training set and test set, i want to find mean of each one???

4 commentaires

Image Analyst
Image Analyst le 9 Mai 2015
m1 = mean(trainingSet(:));
m2 = mean(testSet(:));
Suzanne Hussein
Suzanne Hussein le 11 Mai 2015
i need mean point of training set such us, m1=[0 0],m2=[1 2]??
Suzanne Hussein
Suzanne Hussein le 11 Mai 2015
mean ponit for these two classes
Image Analyst
Image Analyst le 11 Mai 2015
What are your x and y variables called?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by