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.JobIdConfig,org.neo4j.gds.config.MutateConfig,org.neo4j.gds.config.MutateNodePropertyConfig,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
-
Field Summary
Fields inherited from interface org.neo4j.gds.config.AlgoBaseConfig
NODE_LABELS_KEY, RELATIONSHIP_TYPES_KEYFields inherited from interface org.neo4j.gds.config.BaseConfig
LOG_PROGRESS_KEY, SUDO_KEYFields inherited from interface org.neo4j.gds.config.ConcurrencyConfig
CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCYFields inherited from interface org.neo4j.gds.config.MutateNodePropertyConfig
MUTATE_PROPERTY_KEYFields inherited from interface org.neo4j.gds.config.RelationshipWeightConfig
RELATIONSHIP_WEIGHT_PROPERTYFields inherited from interface org.neo4j.gds.config.WriteConfig
WRITE_CONCURRENCY_KEYFields inherited from interface org.neo4j.gds.config.WritePropertyConfig
WRITE_PROPERTY_KEY -
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault doubleof(org.neo4j.gds.core.CypherMapWrapper userConfig) default intMethods inherited from interface org.neo4j.gds.config.AlgoBaseConfig
graphStoreValidation, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, nodeLabelsFilter, projectAllRelationshipTypes, relationshipTypes, relationshipTypesFilter, validateNodeLabels, validateRelationshipTypesMethods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, logProgress, sudo, toMap, usernameOverrideMethods inherited from interface org.neo4j.gds.config.ConcurrencyConfig
concurrency, validateConcurrencyMethods inherited from interface org.neo4j.gds.config.IterationsConfig
maxIterationsMethods inherited from interface org.neo4j.gds.config.JobIdConfig
jobIdMethods inherited from interface org.neo4j.gds.config.MutateNodePropertyConfig
validateMutatePropertyMethods inherited from interface org.neo4j.gds.beta.pregel.PregelConfig
partitioning, useForkJoinMethods inherited from interface org.neo4j.gds.beta.pregel.PregelProcedureConfig
mutateProperty, validateGraphIsSuitableForWrite, writePropertyMethods inherited from interface org.neo4j.gds.config.RelationshipWeightConfig
hasRelationshipWeightProperty, relationshipWeightProperty, relationshipWeightValidation, validateRelationshipWeightPropertyMethods inherited from interface org.neo4j.gds.config.WriteConfig
arrowConnectionInfo, validateWriteConcurrency, writeConcurrency, writeToResultStore
-
Method Details
-
minAssociationStrength
default double minAssociationStrength() -
of
static SpeakerListenerLPA.SpeakerListenerLPAConfig of(org.neo4j.gds.core.CypherMapWrapper userConfig) -
isAsynchronous
@Ignore default boolean isAsynchronous()- Specified by:
isAsynchronousin interfaceorg.neo4j.gds.beta.pregel.PregelConfig
-
propagationSteps
@Ignore default int propagationSteps()
-