Class InterCommunityDegreeGini<U>

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

public class InterCommunityDegreeGini<U>
extends CommunityDegreeGini<U>
Computes the community degree Gini of the graph, i.e. the Gini coefficient for the degree distribution of the communities in the graph. This version only considers the inter-community links for the calculus.
  • Constructor Summary

    Constructors 
    Constructor Description
    InterCommunityDegreeGini​(EdgeOrientation orientation)
    Constructor.
  • Method Summary

    Methods inherited from class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.degree.CommunityDegreeGini

    compute

    Methods inherited from class java.lang.Object

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