aggregateByKey
クラス: matlab.compiler.mlspark.RDD
名前空間: matlab.compiler.mlspark
特定の結合関数とニュートラルな "ゼロ値" を使用して、各キーの値を集計
構文
result = aggregateByKey(obj,zeroValue,seqFunc,combFunc,numPartitions)
説明
入力引数
出力引数
例
バージョン履歴
R2016b で導入
参考
aggregate
| combineByKey
| foldByKey
| groupByKey
| reduceByKey
| sortByKey
| subtractByKey
| map
| collect
| parallelize