| ASLGridSearch<U> |
Grid for the average shortest path length of a graph.
|
| AverageReciprocalShortestPathLengthGridSearch<U> |
Grid search for finding the average reciprocal shortest path length (ARSL) of the graph
|
| ClusteringCoefficientComplementGridSearch<U> |
Grid for the complement of the clustering coefficient of a graph.
|
| ClusteringCoefficientGridSearch<U> |
Grid for the clustering coefficient of a graph.
|
| CompleteEdgeGiniGridSearch<U> |
Grid for the edge Gini between all pairs of nodes in a graph.
|
| DegreeAssortativityGridSearch<U> |
Grid search for the degree assortativity metric
|
| DegreeGiniGridSearch<U> |
Grid for the degree gini of the graph.
|
| DegreePearsonCorrelationGridSearch<U> |
Grid search for the degree Pearson correlation metric
|
| DensityGridSearch<U> |
Grid for the density of the graph.
|
| DiameterGridSearch<U> |
Grid for the diameter of the graph.
|
| GraphMetricIdentifiers |
Identifiers for edge metrics.
|
| GraphMetricSelector<U> |
Class that translates from a grid to the different global metrics of the social network graph.
|
| InfiniteDistancePairsGridSearch<U> |
Grid for the number of infinite-distance pairs in the graph.
|
| InterEdgeGiniGridSearch<U> |
Grid for the edge Gini complement between different nodes in a graph.
|
| NumEdgesGridSearch<U> |
Grid for the number of edges of the graph.
|
| RadiusGridSearch<U> |
Grid for the radius of the graph.
|
| ReciprocalAverageEccentricityGridSearch<U> |
Grid for the reciprocal average eccentricity of the graph.
|
| ReciprocalDiameterGridSearch<U> |
Grid for the reciprocal diameter of the graph.
|
| ReciprocityRateGridSearch<U> |
Grid for the reciprocity rate of the graph.
|
| SemiCompleteEdgeGiniGridSearch<U> |
Grid for the edge Gini between all pairs of nodes in a graph, considering selfloops in a separate
group.
|