Using MapReduce to make the same calculation but on every column?
1 次查看(过去 30 天)
显示 更早的评论
I've been reading the documentation about MapReduce here: https://uk.mathworks.com/help/matlab/import_export/getting-started-with-mapreduce.html
The documentation shows how to create a map function which works out the average of a particular column in a table ('distance').
How would I go about calculating the average of every column in a particular table rather than just one?
0 个评论
回答(1 个)
Vaishnav Katiyar
2021-1-27
Kindly visit the documentation link below to know more about doing computations on subgroups of data:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MapReduce 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!