reduce
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Reduce elements of an RDD using the specified commutative and associative function
Syntax
result =
reduce(obj,func)
Description
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b
See Also
fold
| map
| reduceByKey
| reduceByKeyLocally
| collect
| parallelize