Class LocalClusteringCoefficientGridSearch<U>

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

public class LocalClusteringCoefficientGridSearch<U>
extends java.lang.Object
implements VertexMetricGridSearch<U>
Grid for the local clustering coefficient of a node.
See Also:
LocalClusteringCoefficient
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private static java.lang.String VSEL
    Identifier for the first neighbor of the target user.
    private static java.lang.String WSEL
    Identifier for the second neighbor of the target user.
  • Constructor Summary

    Constructors 
    Constructor Description
    LocalClusteringCoefficientGridSearch()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​VertexMetricFunction<U>> grid​(Grid grid)
    Obtains the different vertex metrics to compute in a grid.
    java.util.Map<java.lang.String,​java.util.function.Supplier<VertexMetric<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