Interface SpeakerListenerLPA.SpeakerListenerLPAConfig

  • All Superinterfaces:
    org.neo4j.gds.config.AlgoBaseConfig, org.neo4j.gds.config.BaseConfig, org.neo4j.gds.config.ConcurrencyConfig, org.neo4j.gds.config.IterationsConfig, org.neo4j.gds.config.JobIdConfig, org.neo4j.gds.config.MutateConfig, org.neo4j.gds.config.MutatePropertyConfig, org.neo4j.gds.beta.pregel.PregelConfig, org.neo4j.gds.beta.pregel.PregelProcedureConfig, org.neo4j.gds.config.RelationshipWeightConfig, org.neo4j.gds.config.ToMapConvertible, org.neo4j.gds.config.WriteConfig, org.neo4j.gds.config.WritePropertyConfig
    Enclosing class:
    SpeakerListenerLPA

    @Configuration
    public static interface SpeakerListenerLPA.SpeakerListenerLPAConfig
    extends org.neo4j.gds.beta.pregel.PregelProcedureConfig
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.neo4j.gds.config.WriteConfig

        org.neo4j.gds.config.WriteConfig.ArrowConnectionInfo
    • 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

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

        CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
      • Fields inherited from interface org.neo4j.gds.config.MutatePropertyConfig

        MUTATE_PROPERTY_KEY
      • Fields inherited from interface org.neo4j.gds.config.RelationshipWeightConfig

        RELATIONSHIP_WEIGHT_PROPERTY
      • Fields inherited from interface org.neo4j.gds.config.WriteConfig

        WRITE_CONCURRENCY_KEY
      • Fields inherited from interface org.neo4j.gds.config.WritePropertyConfig

        WRITE_PROPERTY_KEY
    • Method Summary

      All Methods Static Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean isAsynchronous()  
      default double minAssociationStrength()  
      static SpeakerListenerLPA.SpeakerListenerLPAConfig of​(org.neo4j.gds.core.CypherMapWrapper userConfig)  
      default int propagationSteps()  
      • Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig

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

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

        concurrency, minBatchSize, validateConcurrency
      • Methods inherited from interface org.neo4j.gds.config.IterationsConfig

        maxIterations
      • Methods inherited from interface org.neo4j.gds.config.JobIdConfig

        jobId
      • Methods inherited from interface org.neo4j.gds.config.MutatePropertyConfig

        validateMutateProperty
      • Methods inherited from interface org.neo4j.gds.beta.pregel.PregelConfig

        partitioning, useForkJoin
      • Methods inherited from interface org.neo4j.gds.beta.pregel.PregelProcedureConfig

        mutateProperty, writeProperty
      • Methods inherited from interface org.neo4j.gds.config.RelationshipWeightConfig

        hasRelationshipWeightProperty, relationshipWeightProperty, relationshipWeightValidation, validateRelationshipWeightProperty
      • Methods inherited from interface org.neo4j.gds.config.WriteConfig

        arrowConnectionInfo, validateGraphIsSuitableForWrite, validateWriteConcurrency, writeConcurrency
    • Method Detail

      • minAssociationStrength

        @Default
        default double minAssociationStrength()
      • isAsynchronous

        @Derived
        @Ignore
        default boolean isAsynchronous()
        Specified by:
        isAsynchronous in interface org.neo4j.gds.beta.pregel.PregelConfig
      • propagationSteps

        @Derived
        @Ignore
        default int propagationSteps()