Package org.neo4j.gds.leiden
Class LeidenAlgorithmFactory<CONFIG extends LeidenBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<Leiden,CONFIG>
-
- org.neo4j.gds.leiden.LeidenAlgorithmFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,Leiden,CONFIG>
public class LeidenAlgorithmFactory<CONFIG extends LeidenBaseConfig> extends org.neo4j.gds.GraphAlgorithmFactory<Leiden,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description LeidenAlgorithmFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Leidenbuild(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 config)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.Graph graph, CONFIG config)java.lang.StringtaskName()
-
-
-
Method Detail
-
build
public Leiden build(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
taskName
public java.lang.String taskName()
-
progressTask
public org.neo4j.gds.core.utils.progress.tasks.Task progressTask(org.neo4j.gds.api.Graph graph, CONFIG config)
-
memoryEstimation
public org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(CONFIG config)
-
-