Class InterCommunityEdgeGini<U>

java.lang.Object
es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.edges.CommunityEdgeGini<U>
es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.edges.InterCommunityEdgeGini<U>
Type Parameters:
U - Type of the users.
All Implemented Interfaces:
CommunityMetric<U>

public class InterCommunityEdgeGini<U>
extends CommunityEdgeGini<U>
Computes the community edge Gini of the graph, i.e. the Gini coefficient for the number of edges between each pair of communities. This version considers all pairs of different communities in the calculus (i.e. it does not include pairings of a community with itself).

References:

  1. J. Sanz-Cruzado, P. Castells. Beyond accuracy in link prediction. 3rd Workshop on Social Media for Personalization and Search (SoMePEaS 2019).
  2. J. Sanz-Cruzado, S.M. Pepa, P. Castells. Structural novelty and diversity in link prediction. 0th International Workshop on Modeling Social Media (MSM 2018) at The Web Conference (WWW 2018)
  • Constructor Summary

    Constructors 
    Constructor Description
    InterCommunityEdgeGini()
    Constructor.
  • Method Summary

    Methods inherited from class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.edges.CommunityEdgeGini

    compute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait