Risposta accettata

Image Analyst
Image Analyst il 8 Mag 2015

0 voti

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

Più risposte (1)

Suzanne Hussein
Suzanne Hussein il 9 Mag 2015

0 voti

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

4 Commenti

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

Accedi per commentare.

Categorie

Scopri di più su Statistics and Machine Learning Toolbox 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!

Translated by