Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Return an RDD of grouped items
result =
groupBy(obj,func,numPartitions)
groups
the elements of result
=
groupBy(obj
,func
,numPartitions
)obj
according a user-specified
criteria denoted by func
. numPartitions
specifies
the number of partitions to create in the resulting RDD.