Class CollapsePathAlgorithmFactory

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.neo4j.gds.AlgorithmFactory

        org.neo4j.gds.AlgorithmFactory.Visitor<ALGO extends org.neo4j.gds.Algorithm<?>,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CollapsePath build​(org.neo4j.gds.api.GraphStore graphStore, CollapsePathConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)  
      java.lang.String taskName()  
      • Methods inherited from class org.neo4j.gds.GraphStoreAlgorithmFactory

        accept
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.gds.AlgorithmFactory

        build, build, estimatedGraphDimensionTransformer, memoryEstimation, progressTask
    • Constructor Detail

      • CollapsePathAlgorithmFactory

        public CollapsePathAlgorithmFactory()
    • Method Detail

      • build

        public CollapsePath build​(org.neo4j.gds.api.GraphStore graphStore,
                                  CollapsePathConfig config,
                                  org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
      • taskName

        public java.lang.String taskName()