mean of data set?
Show older comments
how can i find mean to training data set code in matlab?
Accepted Answer
More Answers (1)
Suzanne Hussein
on 9 May 2015
0 votes
4 Comments
Image Analyst
on 9 May 2015
m1 = mean(trainingSet(:));
m2 = mean(testSet(:));
Suzanne Hussein
on 11 May 2015
Suzanne Hussein
on 11 May 2015
Image Analyst
on 11 May 2015
What are your x and y variables called?
Categories
Find more on Statistics and Machine Learning Toolbox 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!