Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Return a new RDD by first applying a function to all elements of an existing RDD, and then flattening the results
result =
flatMap(obj,func,varargin)
returns
a new RDD result =
flatMap(obj,func,varargin)result by first
applying a function func to all elements of obj,
and then flattening the results.
matlab.compiler.mlspark.RDD.collect | matlab.compiler.mlspark.RDD.filter | matlab.compiler.mlspark.RDD.flatMapValues | matlab.compiler.mlspark.RDD.map | matlab.compiler.mlspark.SparkContext.parallelize