Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Return the set intersection of one RDD with another
result =
intersection(obj1,obj2)
returns
elements that are the set intersection of result
=
intersection(obj1
,obj2
)obj1
and obj2
.
matlab.compiler.mlspark.RDD.collect
| matlab.compiler.mlspark.RDD.subtract
| matlab.compiler.mlspark.RDD.union
| matlab.compiler.mlspark.SparkContext.parallelize