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
.
matlab.compiler.mlspark.RDD.collect
| matlab.compiler.mlspark.RDD.fold
| matlab.compiler.mlspark.RDD.map
| matlab.compiler.mlspark.RDD.reduceByKey
| matlab.compiler.mlspark.RDD.reduceByKeyLocally
| matlab.compiler.mlspark.SparkContext.parallelize