Package org.neo4j.gds.paths.traverse
Class BfsAlgorithmFactory<CONFIG extends BfsBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<BFS,CONFIG>
-
- org.neo4j.gds.paths.traverse.BfsAlgorithmFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,BFS,CONFIG>
public class BfsAlgorithmFactory<CONFIG extends BfsBaseConfig> extends org.neo4j.gds.GraphAlgorithmFactory<BFS,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description BfsAlgorithmFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BFSbuild(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(CONFIG configuration)java.lang.StringtaskName()
-
-
-
Method Detail
-
build
public BFS build(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
taskName
public java.lang.String taskName()
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(CONFIG configuration)
-
-