Class ClusteringCoefficientGridSearch<U>

java.lang.Object
es.uam.eps.ir.relison.grid.sna.graph.ClusteringCoefficientGridSearch<U>
Type Parameters:
U - type of the users.
All Implemented Interfaces:
GraphMetricGridSearch<U>

public class ClusteringCoefficientGridSearch<U>
extends java.lang.Object
implements GraphMetricGridSearch<U>
Grid for the clustering coefficient of a graph.
See Also:
ClusteringCoefficient
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private static java.lang.String USEL
    Identifier for the node first neighbor selection
    private static java.lang.String VSEL
    Identifier for the node second neighbor selection
  • Constructor Summary

    Constructors 
    Constructor Description
    ClusteringCoefficientGridSearch()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​GraphMetricFunction<U>> grid​(Grid grid)
    Obtains the different global graph metrics to compute in a grid.
    java.util.Map<java.lang.String,​java.util.function.Supplier<GraphMetric<U>>> grid​(Grid grid, DistanceCalculator<U> distCalc)
    Obtains the different vertex metrics to compute in a grid.

    Methods inherited from class java.lang.Object

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