Matrix#
- class pyspark.mllib.linalg.Matrix(numRows, numCols, isTransposed=False)[source]#
Methods
asML
()Convert this matrix to the new mllib-local representation.
toArray
()Returns its elements in a NumPy ndarray.
Methods Documentation
Site Navigation
Section Navigation
Methods
|
Convert this matrix to the new mllib-local representation. |
|
Returns its elements in a NumPy ndarray. |
Methods Documentation