subtract
R2026bClass: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
(To be removed) Return the values resulting from the set difference between two RDDs
matlab.compiler.mlspark.RDD.subtract will be removed in a future
release. There is no replacement functionality. For more information, see Version History.
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.