mean of data set?
이전 댓글 표시
how can i find mean to training data set code in matlab?
채택된 답변
추가 답변 (1개)
Suzanne Hussein
2015년 5월 9일
0 개 추천
댓글 수: 4
Image Analyst
2015년 5월 9일
m1 = mean(trainingSet(:));
m2 = mean(testSet(:));
Suzanne Hussein
2015년 5월 11일
Suzanne Hussein
2015년 5월 11일
Image Analyst
2015년 5월 11일
What are your x and y variables called?
카테고리
도움말 센터 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
