| ClusteringCoefficientIncrementGridSearch<U> |
Grid search for the metric which measures the increment in the global clustering coefficient of a network
if the pair was added.
|
| ComplementaryEmbedednessGridSearch<U> |
Grid for the embeddedness of a pair in the complementary graph.
|
| ComplementaryFOAFGridSearch<U> |
Grid for the neighbor overlap of a pair of users in the complementary graph.
|
| DistanceGridSearch<U> |
Grid search for the distance.
|
| DistanceWithoutLinkGridSearch<U> |
Grid search for the distance between two users if we removed the link between them.
|
| EdgeBetweennessGridSearch<U> |
Grid search for the betweenness.
|
| EdgeWeightGridSearch<U> |
Grid search for the edge weight.
|
| EmbedednessGridSearch<U> |
Grid for the embeddedness of a pair of users.
|
| ExpandedFOAFCountGridSearch<U> |
Grid for the expanded number of common neighbors of a pair of users, weighted by the number of times
a neighbor appears.
|
| ExpandedFOAFGridSearch<U> |
Grid for the expanded number of common neighbors of a pair of users.
|
| FOAFGridSearch<U> |
Grid for the neighbor overlap of a pair of users.
|
| GeodesicsGridSearch<U> |
Grid search for the number of shortest paths between two nodes.
|
| PairMetricIdentifiers |
Identifiers for metrics for pairs of users in the network.
|
| PairMetricSelector<U> |
Class that translates from a grid to the different pair metrics.
|
| PreferentialAttachmentGridSearch<U> |
Grid for the preferential attachment of a pair of users.
|
| ReciprocalShortestPathLengthGridSearch<U> |
Grid search for the Reciprocal Shortest Path Length metric.
|
| ReciprocityRateGridSearch<U> |
Grid search for the reciprocity of a pair of nodes.
|
| ShrinkingASLGridSearch<U> |
Grid for a metric that computes the reduction of the average shortest path
length in a network if a link is added.
|
| ShrinkingASLNeighborsGridSearch<U> |
Grid for a metric that computes the reduction of the average shortest path
length in a network if a link is added.
|
| ShrinkingDiameterGridSearch<U> |
Grid for a metric that computes the reduction of the diameter
in a network if a link is added.
|
| ShrinkingDiameterNeighborsGridSearch<U> |
Grid for a metric that computes the reduction of the diameter in a network if a link is added.
|
| WeaknessGridSearch<U> |
Grid for the embeddedness of a pair of users.
|
| WeightedFOAFGridSearch<U> |
Grid for the weighted neighbor overlap of a pair of users.
|
| WeightedFOAFLogGridSearch<U> |
Grid for the weighted neighbor overlap of a pair of users.
|