Class ArticleRankAlgorithmFactory<C extends org.neo4j.gds.pagerank.ArticleRankConfig>

java.lang.Object
org.neo4j.gds.GraphAlgorithmFactory<PageRankAlgorithm<C>,C>
org.neo4j.gds.pagerank.ArticleRankAlgorithmFactory<C>
All Implemented Interfaces:
org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.api.Graph,PageRankAlgorithm<C>,C>

public class ArticleRankAlgorithmFactory<C extends org.neo4j.gds.pagerank.ArticleRankConfig> extends org.neo4j.gds.GraphAlgorithmFactory<PageRankAlgorithm<C>,C>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.neo4j.gds.AlgorithmFactory

    org.neo4j.gds.AlgorithmFactory.Visitor<ALGO extends org.neo4j.gds.Algorithm<?>,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(org.neo4j.gds.api.Graph graph, C configuration, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
     
    org.neo4j.gds.mem.MemoryEstimation
    memoryEstimation(C configuration)
     
    org.neo4j.gds.core.utils.progress.tasks.Task
    progressTask(org.neo4j.gds.api.Graph graph, C config)
     
     

    Methods inherited from class org.neo4j.gds.GraphAlgorithmFactory

    accept

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.neo4j.gds.AlgorithmFactory

    build, build, estimatedGraphDimensionTransformer
  • Constructor Details

    • ArticleRankAlgorithmFactory

      public ArticleRankAlgorithmFactory()
  • Method Details

    • taskName

      public String taskName()
    • build

      public PageRankAlgorithm<C> build(org.neo4j.gds.api.Graph graph, C 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, C config)
    • memoryEstimation

      public org.neo4j.gds.mem.MemoryEstimation memoryEstimation(C configuration)