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>
public class SpeakerListenerLPA extends java.lang.Object implements org.neo4j.gds.beta.pregel.PregelComputation<SpeakerListenerLPA.SpeakerListenerLPAConfig>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSpeakerListenerLPA.SpeakerListenerLPAConfig
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLABELS_PROPERTY
-
Constructor Summary
Constructors Constructor Description SpeakerListenerLPA()SpeakerListenerLPA(long seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidcompute(org.neo4j.gds.beta.pregel.context.ComputeContext<SpeakerListenerLPA.SpeakerListenerLPAConfig> context, org.neo4j.gds.beta.pregel.Messages messages)voidinit(org.neo4j.gds.beta.pregel.context.InitContext<SpeakerListenerLPA.SpeakerListenerLPAConfig> context)org.neo4j.gds.beta.pregel.PregelSchemaschema(SpeakerListenerLPA.SpeakerListenerLPAConfig config)
-
-
-
Field Detail
-
LABELS_PROPERTY
public static final java.lang.String LABELS_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
schema
public org.neo4j.gds.beta.pregel.PregelSchema schema(SpeakerListenerLPA.SpeakerListenerLPAConfig config)
- Specified by:
schemain 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>
-
-