Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Reduce elements of an RDD using the specified commutative and associative function
result =
reduce(obj,func)
reduces
the elements of result
=
reduce(obj
,func
)obj
using the specified commutative
and associative function func
.
collect
| fold
| map
| parallelize
| reduceByKey
| reduceByKeyLocally