Package | Description |
---|---|
org.apache.flink.graph.library.clustering.undirected |
Class and Description |
---|
AverageClusteringCoefficient
The average clustering coefficient measures the mean connectedness of a
graph.
|
AverageClusteringCoefficient.Result
Wraps global clustering coefficient metrics.
|
GlobalClusteringCoefficient
The global clustering coefficient measures the connectedness of a graph.
|
GlobalClusteringCoefficient.Result
Wraps global clustering coefficient metrics.
|
LocalClusteringCoefficient
The local clustering coefficient measures the connectedness of each vertex's
neighborhood.
|
LocalClusteringCoefficient.Result
A result for the undirected Local Clustering Coefficient algorithm.
|
TriadicCensus
A triad is formed by three connected or unconnected vertices in a graph.
|
TriadicCensus.Result
Wraps triadic census metrics.
|
TriangleListing.Result
A result for the undirected Triangle Listing algorithm.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.