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