Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Create tuples of the elements in an RDD by applying a function
result =
keyBy(obj,func)
takes
a function result =
keyBy(obj,func)func that returns a key for any given
element in obj. The keyBy method
applies this function to all the elements in obj and
returns an output RDD result of
key-value pairs.