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- 
numColslong numCols()Gets or computes the number of columns.
- 
numRowslong numRows()Gets or computes the number of rows.
- 
toBreezebreeze.linalg.DenseMatrix<Object> toBreeze()Collects data and assembles a local dense breeze matrix (for test only).
 
-