Interface DistributedMatrix
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BlockMatrix
,CoordinateMatrix
,IndexedRowMatrix
,RowMatrix
Represents a distributively stored matrix backed by one or more RDDs.
-
Method Summary
-
Method Details
-
numCols
long numCols()Gets or computes the number of columns. -
numRows
long numRows()Gets or computes the number of rows. -
toBreeze
breeze.linalg.DenseMatrix<Object> toBreeze()Collects data and assembles a local dense breeze matrix (for test only).
-