pyspark.mllib.linalg.distributed.
DistributedMatrix
Represents a distributively stored matrix backed by one or more RDDs.
Methods
numCols()
numCols
Get or compute the number of cols.
numRows()
numRows
Get or compute the number of rows.
Methods Documentation