pyspark.mllib.linalg.distributed.
MatrixEntry
Represents an entry of a CoordinateMatrix.
Just a wrapper over a (int, int, float) tuple.
The row index of the matrix.
The column index of the matrix.
The (i, j)th entry of the matrix, as a float.