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

    Methods inherited from class es.uam.eps.ir.relison.sna.metrics.graph.EdgeGini

    compute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details