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