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