Package | Description |
---|---|
org.apache.giraph.aggregators.matrix.dense |
Package of dense matrix aggregator.
|
org.apache.giraph.aggregators.matrix.sparse |
Package of sparce matrix aggregator.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleDenseMatrixSumAggregator
The double dense matrix aggregator is used to register and aggregate double
dense matrices.
|
class |
FloatDenseMatrixSumAggregator
The float dense matrix aggregator is used to register and aggregate float
dense matrices.
|
class |
IntDenseMatrixSumAggregator
The int dense matrix aggregator is used to register and aggregate int dense
matrices.
|
class |
LongDenseMatrixSumAggregator
The long dense matrix aggregator is used to register and aggregate long
dense matrices.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleSparseMatrixSumAggregator
The double matrix aggregator is used to register and aggregate double
matrices.
|
class |
FloatSparseMatrixSumAggregator
The float matrix aggregator is used to register and aggregate float matrices.
|
class |
IntSparseMatrixSumAggregator
The int matrix aggregator is used to register and aggregate int matrices.
|
class |
LongSparseMatrixSumAggregator
The long matrix aggregator is used to register and aggregate long matrices.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.