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.
matlab.compiler.mlspark.RDD.collect | matlab.compiler.mlspark.RDD.glom | matlab.compiler.mlspark.SparkContext.parallelize