Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
Jump to content

Talk:Reduction operator

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
WikiProject iconComputer science
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on the project's importance scale.
Things you can help WikiProject Computer science with:

What's the difference between this and Fold (higher-order function)?

[edit]

If nothing else, the articles should refer to each other with explanations to prevent confusion. Notrium (talk) 18:33, 15 June 2020 (UTC)[reply]

Apply the reduction operator before elements are reduced

[edit]

> The reduction of sets of elements is an integral part of programming models such as Map Reduce, where a reduction operator is applied (mapped) to all elements before they are reduced.

Really? We apply the reduction operator before the elements are reduced? Don't we apply a map operator first (whatever the term is) and the reduce operator next? 89.247.23.188 (talk) 15:22, 7 October 2022 (UTC)[reply]