Class SemiCompleteEdgeGini<U>
java.lang.Object
es.uam.eps.ir.relison.sna.metrics.graph.EdgeGini<U>
es.uam.eps.ir.relison.sna.metrics.graph.SemiCompleteEdgeGini<U>
- Type Parameters:
U
- Type of the users.
- All Implemented Interfaces:
GraphMetric<U>
public class SemiCompleteEdgeGini<U> extends EdgeGini<U>
Computes the value for Gini for the different pairs of nodes. Self-loops are counted in a separate category.
-
Constructor Summary
Constructors Constructor Description SemiCompleteEdgeGini()
Constructor. -
Method Summary
-
Constructor Details
-
SemiCompleteEdgeGini
public SemiCompleteEdgeGini()Constructor.
-