pyspark.mllib.linalg.
Matrix
Methods
asML()
asML
Convert this matrix to the new mllib-local representation.
toArray()
toArray
Returns its elements in a NumPy ndarray.
Methods Documentation
Convert this matrix to the new mllib-local representation. This does NOT copy the data; it copies references.