Class CompleteCommunityDegreeGiniGridSearch<U>

java.lang.Object
es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.CompleteCommunityDegreeGiniGridSearch<U>
Type Parameters:
U - type of the users.
All Implemented Interfaces:
GlobalCommunityMetricGridSearch<U>

public class CompleteCommunityDegreeGiniGridSearch<U>
extends java.lang.Object
implements GlobalCommunityMetricGridSearch<U>
Grid for the complete community degree Gini of the graph.
See Also:
CompleteCommunityDegreeGini
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private static java.lang.String AUTOLOOPS
    Identifier for the autoloop selection
    private static java.lang.String ORIENT
    Identifier for the degree selection
  • Constructor Summary

    Constructors 
    Constructor Description
    CompleteCommunityDegreeGiniGridSearch()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​java.util.function.Supplier<CommunityMetric<U>>> grid​(Grid grid)
    Obtains the different global community metrics metrics to compute in a grid.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait