Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Create an RDD that is the Cartesian product of two RDDs
result =
cartesian(obj1,obj2)
creates
a new RDD that is the Cartesian product between two RDDs, result =
cartesian(obj1,obj2)obj1 and obj2.