Package org.neo4j.gds.modularity
Interface CommunityModularity
-
public interface CommunityModularity
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description longcommunityId()doublemodularity()static CommunityModularityof(long communityId, double modularity)
-
-
-
Method Detail
-
communityId
long communityId()
-
modularity
double modularity()
-
of
static CommunityModularity of(long communityId, double modularity)
-
-