Interface PageRankBaseConfig

  • All Superinterfaces:
    org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.BaseConfig, org.neo4j.graphalgo.config.ConcurrencyValidation, org.neo4j.graphalgo.config.IterationsConfig, org.neo4j.graphalgo.config.RelationshipWeightConfig, org.neo4j.graphalgo.config.SourceNodesConfig, org.neo4j.graphalgo.config.ToleranceConfig

    public interface PageRankBaseConfig
    extends org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.RelationshipWeightConfig, org.neo4j.graphalgo.config.ToleranceConfig, org.neo4j.graphalgo.config.IterationsConfig, org.neo4j.graphalgo.config.SourceNodesConfig
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.neo4j.graphalgo.config.ConcurrencyValidation

        org.neo4j.graphalgo.config.ConcurrencyValidation.Validator
    • Field Summary

      • Fields inherited from interface org.neo4j.graphalgo.config.AlgoBaseConfig

        CONCURRENCY_KEY, DEFAULT_CONCURRENCY, NODE_LABELS_KEY
      • Fields inherited from interface org.neo4j.graphalgo.config.BaseConfig

        SUDO_KEY
      • Fields inherited from interface org.neo4j.graphalgo.config.ConcurrencyValidation

        CONCURRENCY_LIMITATION
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean cacheWeights()  
      default double dampingFactor()  
      default int maxIterations()  
      default double tolerance()  
      • Methods inherited from interface org.neo4j.graphalgo.config.AlgoBaseConfig

        concurrency, graphName, implicitCreateConfig, nodeLabelIdentifiers, nodeLabels, relationshipTypeIdentifiers, relationshipTypes
      • Methods inherited from interface org.neo4j.graphalgo.config.BaseConfig

        configKeys, sudo, toMap, username
      • Methods inherited from interface org.neo4j.graphalgo.config.ConcurrencyValidation

        validateConcurrency
      • Methods inherited from interface org.neo4j.graphalgo.config.RelationshipWeightConfig

        relationshipWeightProperty
      • Methods inherited from interface org.neo4j.graphalgo.config.SourceNodesConfig

        sourceNodeIds, sourceNodes
    • Method Detail

      • tolerance

        @Default
        default double tolerance()
        Specified by:
        tolerance in interface org.neo4j.graphalgo.config.ToleranceConfig
      • maxIterations

        @Default
        default int maxIterations()
        Specified by:
        maxIterations in interface org.neo4j.graphalgo.config.IterationsConfig
      • dampingFactor

        @Default
        default double dampingFactor()
      • cacheWeights

        @Default
        default boolean cacheWeights()