Main Content
subtract
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Return the values resulting from the set difference between two RDDs
Syntax
result =
subtract(obj1,obj2,numPartitions)
Description
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.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b