ClosenessGridSearch<U> |
Grid for the closeness of a node.
|
ComplementaryDegreeGridSearch<U> |
Grid for computing the degree of a node in the complementary graph.
|
ComplementaryInverseDegreeGridSearch<U> |
Grid for the inverse degree of a node in the complementary graph.
|
ComplementaryLocalClusteringCoefficientGridSearch<U> |
Grid for the local clustering coefficient of a node in the complementary graph.
|
ComplementaryPageRankGridSearch<U> |
Grid for the PageRank value of a node in the complementary graph.
|
CorenessGridSearch<U> |
Grid for the coreness of a node.
|
DegreeGridSearch<U> |
Grid for the degree of a node.
|
EccentricityGridSearch<U> |
Grid for the eccentricity of a node.
|
EigenvectorCentralityGridSearch<U> |
Grid for the eigenvector centrality of a node.
|
FreeDiscoveryGridSearch<U> |
|
HarmonicCentralityGridSearch<U> |
Grid for the harmonic centrality of a node.
|
HITSGridSearch<U> |
Grid for the HITS value of a node.
|
InverseDegreeGridSearch<U> |
Grid for the inverse degree of a node.
|
KatzCentralityGridSearch<U> |
Grid for the Katz centrality of a node.
|
LocalClusteringCoefficientGridSearch<U> |
Grid for the local clustering coefficient of a node.
|
LocalReciprocityRateGridSearch<U> |
Grid for the reciprocity of a node.
|
NodeBetweennessGridSearch<U> |
Grid for the betweenness of a node.
|
PageRankGridSearch<U> |
Grid for the PageRank value of a node.
|
VertexLengthGridSearch<U> |
Grid for the lenght of a node (the sum of the weights of its edges).
|
VertexMetricIdentifiers |
Identifiers for vertex metrics.
|
VertexMetricSelector<U> |
Class that translates from a grid to the different vertex metrics.
|