Modifier and Type | Class and Description |
---|---|
static class |
AverageClusteringCoefficient.Result
Wraps global clustering coefficient metrics.
|
static class |
GlobalClusteringCoefficient.Result
Wraps global clustering coefficient metrics.
|
static class |
LocalClusteringCoefficient.Result<T>
A result for the directed Local Clustering Coefficient algorithm.
|
static class |
TriadicCensus.Result
Wraps triadic census metrics.
|
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 |
EdgeMetrics.Result
Wraps edge metrics.
|
static class |
VertexMetrics.Result
Wraps vertex metrics.
|
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.