Using MapReduce to make the same calculation but on every column?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Vaishnav Katiyar
il 27 Gen 2021
Kindly visit the documentation link below to know more about doing computations on subgroups of data:
0 Commenti
Vedere anche
Categorie
Scopri di più su MapReduce in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!