Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Save RDD as a MATLAB tall array to a binary file
that can be read back using the datastore
function
saveAsMatlabBinaryFile(obj,path)
saveAsMatlabBinaryFile(
saves obj
,path
)obj
as
a MATLAB® tall array in a binary file that can be read back using
the datastore
function. path
specifies
the directory location in which to save the binary file.
datastore
| matlab.compiler.mlspark.RDD.saveAsKeyValueDatastore
| matlab.compiler.mlspark.RDD.saveAsTextFile
| matlab.compiler.mlspark.SparkContext.parallelize