Class SteinerBasedDeltaStepping


  • public final class SteinerBasedDeltaStepping
    extends org.neo4j.gds.Algorithm<DijkstraResult>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BIN_SIZE_THRESHOLD  
      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DijkstraResult compute()  
      void release()  
      • 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
    • Method Detail

      • release

        public void release()
        Specified by:
        release in class org.neo4j.gds.Algorithm<DijkstraResult>