Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Pass each value in a key-value pair RDD through a map function without modifying the keys
result =
mapValues(obj,func)
passes
each value in a key-value pair RDD result
=
mapValues(obj
,func
)obj
through
a map function func
without modifying the keys.
collect
| flatMap
| map
| parallelize