Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Return a new RDD by applying a function to each element of an input RDD
result =
map(obj,func,varargin)
returns
a new RDD result =
map(obj,func,varargin)result by first
applying a function func to all elements of obj. varargin represents
a variable-length input argument list for the inputs to the function
being applied.
matlab.compiler.mlspark.RDD.collect | matlab.compiler.mlspark.RDD.flatMap | matlab.compiler.mlspark.RDD.reduce | matlab.compiler.mlspark.SparkContext.parallelize