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