Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Aggregate the elements of each partition and subsequently the results for all partitions into a single value
result =
aggregate(obj,zeroValue,seqOp,combOp)
aggregates the
elements into a single value using given combine functions specified
by result =
aggregate(obj,zeroValue,seqOp,combOp)seqOp and combOp, and a neutral “zero
value” specified by zeroValue.
matlab.compiler.mlspark.RDD.aggregateByKey | matlab.compiler.mlspark.SparkContext.parallelize