Package org.neo4j.gds.pregel
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.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.WriteConfig,org.neo4j.gds.config.WritePropertyConfig
- Enclosing class:
- SpeakerListenerLPA
@Configuration public static interface SpeakerListenerLPA.SpeakerListenerLPAConfig extends org.neo4j.gds.beta.pregel.PregelProcedureConfig
-
-
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.ConcurrencyConfig
CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisAsynchronous()default doubleminAssociationStrength()static SpeakerListenerLPA.SpeakerListenerLPAConfigof(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.gds.config.GraphCreateConfig> maybeImplicitConfig, org.neo4j.gds.core.CypherMapWrapper userConfig)default intpropagationSteps()-
Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig
graphName, implicitCreateConfig, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes
-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, graphStoreValidation, sudo, toMap, username, usernameOverride
-
Methods inherited from interface org.neo4j.gds.config.ConcurrencyConfig
concurrency, minBatchSize, validateConcurrency
-
Methods inherited from interface org.neo4j.gds.beta.pregel.PregelProcedureConfig
mutateProperty, writeProperty
-
-
-
-
Method Detail
-
minAssociationStrength
@Default default double minAssociationStrength()
-
of
static SpeakerListenerLPA.SpeakerListenerLPAConfig of(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.gds.config.GraphCreateConfig> maybeImplicitConfig, org.neo4j.gds.core.CypherMapWrapper userConfig)
-
isAsynchronous
@Derived @Ignore default boolean isAsynchronous()
- Specified by:
isAsynchronousin interfaceorg.neo4j.gds.beta.pregel.PregelConfig
-
propagationSteps
@Derived @Ignore default int propagationSteps()
-
-