Class CommSizeGridSearch<U>

java.lang.Object
es.uam.eps.ir.relison.grid.sna.comm.indiv.CommSizeGridSearch<U>
Type Parameters:
U - type of the users.
All Implemented Interfaces:
IndividualCommunityMetricGridSearch<U>

public class CommSizeGridSearch<U>
extends java.lang.Object
implements IndividualCommunityMetricGridSearch<U>
Grid for the size of a community.
See Also:
Size
  • Constructor Summary

    Constructors 
    Constructor Description
    CommSizeGridSearch()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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