Modifier and Type | Class and Description |
---|---|
class |
BinaryResultBase<K>
Base class for algorithm results for a pair of vertices.
|
class |
TertiaryResultBase<K>
Base class for algorithm results for three vertices.
|
class |
UnaryResultBase<K>
Base class for algorithm results for a single vertex.
|
Modifier and Type | Class and Description |
---|---|
static class |
LocalClusteringCoefficient.Result<T>
A result for the directed Local Clustering Coefficient algorithm.
|
static class |
TriangleListing.Result<T>
A result for the directed Triangle Listing algorithm.
|
Modifier and Type | Class and Description |
---|---|
static class |
HITS.Result<T>
A result for the HITS algorithm.
|
static class |
PageRank.Result<T>
A result for the PageRank algorithm.
|
Modifier and Type | Class and Description |
---|---|
static class |
AdamicAdar.Result<T>
A result for the Adamic-Adar algorithm.
|
static class |
JaccardIndex.Result<T>
A result for the Jaccard Index algorithm.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.