Package org.neo4j.gds.degree
Class DegreeCentralityFactory<CONFIG extends DegreeCentralityConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<DegreeCentrality,CONFIG>
-
- org.neo4j.gds.degree.DegreeCentralityFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,DegreeCentrality,CONFIG>
public class DegreeCentralityFactory<CONFIG extends DegreeCentralityConfig> extends org.neo4j.gds.GraphAlgorithmFactory<DegreeCentrality,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description DegreeCentralityFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DegreeCentralitybuild(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)static @NotNull org.neo4j.gds.core.utils.progress.tasks.TaskdegreeCentralityProgressTask(org.neo4j.gds.api.Graph graph)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 DegreeCentrality 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)
-
degreeCentralityProgressTask
@NotNull public static @NotNull org.neo4j.gds.core.utils.progress.tasks.Task degreeCentralityProgressTask(org.neo4j.gds.api.Graph graph)
-
-