Package es.uam.eps.ir.relison.sna.metrics.pair
Social network analysis metrics for pairs of users (independently of the fact that a link exists).
-
Class Summary Class Description AbstractPairMetric<U> Abstract implementation of a pair metric.ClusteringCoefficientIncrement<U> Computes the increment of clustering coefficient if a link is added.DistanceWithoutLink<U> Computes the distance between two nodes in the network, considering that the link does not exist.EdgeWeight<V> Finds the weight of an edge in a graph.Embededness<U> Computes the embeddedness the pairs of nodes of a graph.ExpandedNeighborCountedOverlap<U> Expanded neighbor overlap.ExpandedNeighborOverlap<U> Expanded neighbor overlap.NeighbourOverlap<U> Computes the intersection between the neighborhoods of two nodes.PreferentialAttachment<U> Preferential attachment value: finds the product of the degrees of the two users.ReciprocityRate<U> Checks if a graph has the reciprocal edge of a pair.Weakness<U> Computes the weakness of the pairs of nodes of a graph.WeightedNeighborLogOverlap<U> Computes the intersection between the neighborhoods of two nodes.WeightedNeighborOverlap<U> Computes the intersection between the neighborhoods of two nodes.