|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DistributedMatrix
Represents a distributively stored matrix backed by one or more RDDs.
| Method Summary | |
|---|---|
long |
numCols()
Gets or computes the number of columns. |
long |
numRows()
Gets or computes the number of rows. |
breeze.linalg.DenseMatrix<Object> |
toBreeze()
Collects data and assembles a local dense breeze matrix (for test only). |
| Method Detail |
|---|
long numRows()
long numCols()
breeze.linalg.DenseMatrix<Object> toBreeze()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||