Class: DistributedMatrix

eclairjs/mllib/linalg/distributed. DistributedMatrix

(abstract) new DistributedMatrix()

Represents a distributively stored matrix backed by one or more RDDs.
Source:
Example
var DistributedMatrix = require('eclairjs/mllib/linalg/distributed/DistributedMatrix');

Methods

numCols() → {integer}

Gets or computes the number of rows.
Source:
Returns:
Type
integer

numRows() → {integer}

Gets or computes the number of rows.
Source:
Returns:
Type
integer