Package | Description |
---|---|
org.apache.giraph.aggregators.matrix.sparse |
Package of sparce matrix aggregator.
|
Modifier and Type | Method and Description |
---|---|
FloatSparseVector |
FloatSparseVectorSumAggregator.createInitialValue() |
FloatSparseVector |
FloatSparseMatrix.getRow(int i)
Get a specific row of the matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
FloatSparseVector.add(FloatSparseVector other)
Add the vector specified.
|
void |
FloatSparseVectorSumAggregator.aggregate(FloatSparseVector vector) |
void |
FloatSparseMatrix.setRow(int i,
FloatSparseVector vec)
Set the float vector as the row specified.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.