Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Aggregate the values of each key, using given combine functions and a neutral “zero value”
result =
aggregateByKey(obj,zeroValue,seqFunc,combFunc,numPartitions)
aggregates
the values of each key, using given combine functions specified by result =
aggregateByKey(obj,zeroValue,seqFunc,combFunc,numPartitions)seqFunc and combFunc,
and a neutral “zero value” specified by zeroValue.
The input argument numPartitions is optional.
matlab.compiler.mlspark.RDD.aggregate | matlab.compiler.mlspark.RDD.collect | matlab.compiler.mlspark.RDD.combineByKey | matlab.compiler.mlspark.RDD.foldByKey | matlab.compiler.mlspark.RDD.groupByKey | matlab.compiler.mlspark.RDD.map | matlab.compiler.mlspark.RDD.reduceByKey | matlab.compiler.mlspark.RDD.sortByKey | matlab.compiler.mlspark.RDD.subtractByKey | matlab.compiler.mlspark.SparkContext.parallelize