Main Content
cartesian
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Create an RDD that is the Cartesian product of two RDDs
Syntax
result =
cartesian(obj1,obj2)
Description
creates
a new RDD that is the Cartesian product between two RDDs, result
=
cartesian(obj1
,obj2
)obj1
and obj2
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b