flatMapValues
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Pass each value in the key-value pair RDD through a flatMap
method
without changing the keys
Syntax
result =
flatMapValues(obj,func)
Description
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b
See Also
flatMap
| map
| collect
| parallelize