Class ClosenessCentrality


  • public final class ClosenessCentrality
    extends org.neo4j.gds.Algorithm<ClosenessCentralityResult>
    Normalized Closeness Centrality Utilizes the MSBFS for counting the farness between nodes. See MSBFS documentation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLOSENESS_DESCRIPTION  
      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ClosenessCentralityResult compute()  
      static ClosenessCentrality of​(org.neo4j.gds.api.Graph graph, ClosenessCentralityConfig config, java.util.concurrent.ExecutorService executorService, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)  
      • Methods inherited from class org.neo4j.gds.Algorithm

        getProgressTracker, getTerminationFlag, setTerminationFlag
      • Methods inherited from class java.lang.Object

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