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

    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