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!