Class HarmonicCentralityGridSearch<U>

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

public class HarmonicCentralityGridSearch<U>
extends java.lang.Object
implements VertexMetricGridSearch<U>
Grid for the harmonic centrality of a node.
See Also:
Closeness, HarmonicCentrality
  • Constructor Summary

    Constructors 
    Constructor Description
    HarmonicCentralityGridSearch()  
  • 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