aggregateByKey
R2026bClass: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
(To be removed) Aggregate the values of each key, using given combine functions and a neutral “zero value”
matlab.compiler.mlspark.RDD.aggregateByKey will be removed in a future
release. There is no replacement functionality. For more information, see Version History.
Syntax
result =
aggregateByKey(obj,zeroValue,seqFunc,combFunc,numPartitions)
Description
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016bSee Also
aggregate | combineByKey | foldByKey | groupByKey | reduceByKey | sortByKey | subtractByKey | map | collect | parallelize