|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.apache.spark.mllib.linalg.distributed.IndexedRow
public class IndexedRow
:: Experimental ::
Represents a row of IndexedRowMatrix
.
Constructor Summary | |
---|---|
IndexedRow(long index,
Vector vector)
|
Method Summary | |
---|---|
long |
index()
|
Vector |
vector()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public IndexedRow(long index, Vector vector)
Method Detail |
---|
public long index()
public Vector vector()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |