Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Merge the values for each key using an associative reduce function, but return the results immediately to the driver
result =
reduceByKeyLocally(obj,func)
merges
the values for each key using an associative reduce function result
=
reduceByKeyLocally(obj
,func
)func
,
and returns the results immediately to the driver.
collect
| map
| parallelize
| reduce
| reduceByKey