Interface BetweennessCentralityBaseConfig

    • Field Summary

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

        NODE_LABELS_KEY, RELATIONSHIP_TYPES_KEY
      • Fields inherited from interface org.neo4j.gds.config.BaseConfig

        SUDO_KEY
      • Fields inherited from interface org.neo4j.gds.config.ConcurrencyConfig

        CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.Long> samplingSeed()  
      java.util.Optional<java.lang.Long> samplingSize()  
      default void validate()  
      • Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig

        graphStoreValidation, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes
      • Methods inherited from interface org.neo4j.gds.config.BaseConfig

        configKeys, sudo, toMap, usernameOverride
      • Methods inherited from interface org.neo4j.gds.config.ConcurrencyConfig

        concurrency, minBatchSize, validateConcurrency
    • Method Detail

      • samplingSize

        java.util.Optional<java.lang.Long> samplingSize()
      • samplingSeed

        java.util.Optional<java.lang.Long> samplingSeed()
      • validate

        @Check
        default void validate()