Package org.neo4j.gds.paths.yens
Class YensFactory<CONFIG extends ShortestPathYensBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<Yens,CONFIG>
-
- org.neo4j.gds.paths.yens.YensFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,Yens,CONFIG>
public class YensFactory<CONFIG extends ShortestPathYensBaseConfig> extends org.neo4j.gds.GraphAlgorithmFactory<Yens,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description YensFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Yensbuild(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(ShortestPathYensBaseConfig configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.Graph graph, CONFIG config)java.lang.StringtaskName()
-
-
-
Method Detail
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(ShortestPathYensBaseConfig configuration)
-
progressTask
public org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.Graph graph, CONFIG config)
-
taskName
public java.lang.String taskName()
-
-