Class CompleteEdgeGini<U>
java.lang.Object
es.uam.eps.ir.relison.sna.metrics.graph.EdgeGini<U>
es.uam.eps.ir.relison.sna.metrics.graph.CompleteEdgeGini<U>
- Type Parameters:
U
- Type of the users.
- All Implemented Interfaces:
GraphMetric<U>
public class CompleteEdgeGini<U> extends EdgeGini<U>
Computes the value for Gini for all links between pairs of nodes.
-
Constructor Summary
Constructors Constructor Description CompleteEdgeGini()
Constructor. -
Method Summary
-
Constructor Details
-
CompleteEdgeGini
public CompleteEdgeGini()Constructor.
-