Package org.neo4j.gds.pregel
Class SpeakerListenerLPA
java.lang.Object
org.neo4j.gds.pregel.SpeakerListenerLPA
- All Implemented Interfaces:
org.neo4j.gds.beta.pregel.BasePregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>,org.neo4j.gds.beta.pregel.PregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>
- Direct Known Subclasses:
DeprecatedAlphaSpeakerListenerLPA
public class SpeakerListenerLPA
extends Object
implements org.neo4j.gds.beta.pregel.PregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcompute(org.neo4j.gds.beta.pregel.context.ComputeContext<SpeakerListenerLPA.SpeakerListenerLPAConfig> context, org.neo4j.gds.beta.pregel.Messages messages) org.neo4j.gds.MemoryEstimateDefinitionestimateDefinition(boolean isAsynchronous) voidinit(org.neo4j.gds.beta.pregel.context.InitContext<SpeakerListenerLPA.SpeakerListenerLPAConfig> context) org.neo4j.gds.beta.pregel.PregelSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.neo4j.gds.beta.pregel.BasePregelComputation
applyRelationshipWeight, masterCompute, reducer
-
Field Details
-
LABELS_PROPERTY
- See Also:
-
-
Constructor Details
-
SpeakerListenerLPA
public SpeakerListenerLPA() -
SpeakerListenerLPA
public SpeakerListenerLPA(long seed)
-
-
Method Details
-
schema
public org.neo4j.gds.beta.pregel.PregelSchema schema(SpeakerListenerLPA.SpeakerListenerLPAConfig config) - Specified by:
schemain interfaceorg.neo4j.gds.beta.pregel.BasePregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>
-
estimateDefinition
public org.neo4j.gds.MemoryEstimateDefinition estimateDefinition(boolean isAsynchronous) - Specified by:
estimateDefinitionin interfaceorg.neo4j.gds.beta.pregel.BasePregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>
-
init
public void init(org.neo4j.gds.beta.pregel.context.InitContext<SpeakerListenerLPA.SpeakerListenerLPAConfig> context) - Specified by:
initin interfaceorg.neo4j.gds.beta.pregel.PregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>
-
close
public void close()- Specified by:
closein interfaceorg.neo4j.gds.beta.pregel.BasePregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>
-
compute
public void compute(org.neo4j.gds.beta.pregel.context.ComputeContext<SpeakerListenerLPA.SpeakerListenerLPAConfig> context, org.neo4j.gds.beta.pregel.Messages messages) - Specified by:
computein interfaceorg.neo4j.gds.beta.pregel.PregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>
-