Package es.uam.eps.ir.relison.sna.metrics.graph

Social network analysis global metrics. They are computed for the entire graph.
  • Class Summary 
    Class Description
    Assortativity<U>
    Class for computing the assortativity of scalar values for a graph.
    ClusteringCoefficient<U>
    Computes the global clustering coefficient of a graph.
    ClusteringCoefficientComplement<U>
    Computes the complementary of the global clustering coefficient of a graph.
    CompleteEdgeGini<U>
    Computes the value for Gini for all links between pairs of nodes.
    DegreeAssortativity<U>
    Class for computing the degree assortativity in a graph.
    DegreeGini<U>
    Computes the Gini metric between the different nodes in the graph (auto-nodes are not taken into account).
    DegreePearsonCorrelation<U>
    Computes the degree Pearson correlation for the links in a graph.
    Density<U>
    Computes the density of a graph.
    EdgeGini<U>
    Computes the value for Gini for the different pairs of nodes.
    InterEdgeGini<U>
    Computes the value for Gini for the different pairs of different nodes.
    NumEdges<U>
    Computes the number of edges in the graph.
    PearsonCorrelation<U>
    Class for computing the Pearson correlation of scalar values for a graph.
    ReciprocityRate<U>
    Reciprocity rate of the graph (proportion of reciprocal links)
    SemiCompleteEdgeGini<U>
    Computes the value for Gini for the different pairs of nodes.
  • Enum Summary 
    Enum Description
    EdgeGiniMode
    Different execution modes for the PairGini metric.