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!
