Package org.neo4j.gds.pagerank
Class PageRankAlgorithmFactory<CONFIG extends PageRankConfig>
- java.lang.Object
-
- org.neo4j.gds.GraphAlgorithmFactory<PageRankAlgorithm,CONFIG>
-
- org.neo4j.gds.pagerank.PageRankAlgorithmFactory<CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,PageRankAlgorithm,CONFIG>
public class PageRankAlgorithmFactory<CONFIG extends PageRankConfig> extends org.neo4j.gds.GraphAlgorithmFactory<PageRankAlgorithm,CONFIG>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPageRankAlgorithmFactory.Mode
-
Constructor Summary
Constructors Constructor Description PageRankAlgorithmFactory()PageRankAlgorithmFactory(PageRankAlgorithmFactory.Mode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageRankAlgorithmbuild(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(PageRankConfig configuration)org.neo4j.gds.core.utils.progress.tasks.TaskprogressTask(org.neo4j.gds.api.Graph graph, CONFIG config)java.lang.StringtaskName()
-
-
-
Constructor Detail
-
PageRankAlgorithmFactory
public PageRankAlgorithmFactory()
-
PageRankAlgorithmFactory
public PageRankAlgorithmFactory(PageRankAlgorithmFactory.Mode mode)
-
-
Method Detail
-
taskName
public java.lang.String taskName()
-
build
public PageRankAlgorithm build(org.neo4j.gds.api.Graph graph, CONFIG configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
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(PageRankConfig configuration)
-
-