Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Return the values resulting from the set difference between two RDDs
result =
subtract(obj1,obj2,numPartitions)
returns
elements that are the set difference of result
=
subtract(obj1
,obj2
,numPartitions
)obj1
and obj2
. numPartitions
specifies
the number of partitions to create in the resulting RDD.
matlab.compiler.mlspark.RDD.intersection
| matlab.compiler.mlspark.RDD.subtractByKey
| matlab.compiler.mlspark.RDD.union
| matlab.compiler.mlspark.SparkContext.parallelize