Programming technique for analyzing data sets that do not fit in memory
outds = mapreduce(ds,mapfun,reducefun)
outds = mapreduce(ds,mapfun,reducefun,mr)
outds = mapreduce(___,Name,Value)
optionally
specifies the run-time configuration settings for outds
= mapreduce(ds
,mapfun
,reducefun
,mr
)mapreduce
.
The mr
input is the result of a call to the mapreducer
function.
Typically, this argument is used with Parallel Computing Toolbox™, MATLAB® Distributed Computing Server™,
or MATLAB Compiler™. For more information, see Speed Up and Deploy MapReduce Using Other Products.
specifies
additional options with one or more outds
= mapreduce(___,Name,Value
)Name,Value
pair
arguments using any of the previous syntaxes. For example, you can
specify 'OutputFolder'
followed by a character
vector specifying a path to the output folder.
datastore
| gcmr
| KeyValueStore | mapreducer
| tall
| ValueIterator