Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Return a new RDD containing the distinct elements of an existing RDD
result =
distinct(obj,numPartitions)
returns
a new RDD result
=
distinct(obj
,numPartitions
)result
containing
the distinct elements of obj
by eliminating duplicate
values.
collect
| glom
| parallelize