Class CompleteCommunityDegreeGini<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.CompleteCommunityDegreeGini<U>
- Type Parameters:
U
- type of the users.
- All Implemented Interfaces:
CommunityMetric<U>
public class CompleteCommunityDegreeGini<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 considers both inter-community
and intra-community links.
-
Constructor Summary
Constructors Constructor Description CompleteCommunityDegreeGini(EdgeOrientation orientation, boolean autoloops)
Constructor -
Method Summary
Methods inherited from class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.degree.CommunityDegreeGini
compute
-
Constructor Details
-
CompleteCommunityDegreeGini
Constructor- Parameters:
orientation
- Orientation of the edges.autoloops
- Indicates if autoloops are allowed
-