pyspark.mllib.linalg.distributed.
IndexedRow
Represents a row of an IndexedRowMatrix.
Just a wrapper over a (int, vector) tuple.
The index for the given row.
pyspark.mllib.linalg.Vector
The row in the matrix at the given index.