Class CompleteCommunityEdgeGini<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.CompleteCommunityEdgeGini<U>
Type Parameters:
U - Type of the users.
All Implemented Interfaces:
CommunityMetric<U>

public class CompleteCommunityEdgeGini<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 nodes in the calculus (i.e. it includes pairings of a community with itself).
  • Constructor Summary

    Constructors 
    Constructor Description
    CompleteCommunityEdgeGini​(boolean selfloops)
    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
  • Constructor Details

    • CompleteCommunityEdgeGini

      public CompleteCommunityEdgeGini​(boolean selfloops)
      Constructor.
      Parameters:
      selfloops - true if autoloops are allowed, false if they are not.