Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Pass each value in the key-value pair RDD through a flatMap method
without changing the keys
result =
flatMapValues(obj,func)
passes
each value in a key-value pair RDD result =
flatMapValues(obj,func)obj through
the flatMap method without changing the keys. func represents
the function to be applied by the flatMap method.
matlab.compiler.mlspark.RDD.collect | matlab.compiler.mlspark.RDD.flatMap | matlab.compiler.mlspark.RDD.map | matlab.compiler.mlspark.SparkContext.parallelize