Class CommunityCompanion
java.lang.Object
org.neo4j.gds.algorithms.community.CommunityCompanion
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.neo4j.gds.api.properties.nodes.LongArrayNodePropertyValues
createIntermediateCommunitiesNodePropertyValues
(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<long[]> intermediateCommunitiesProvider, long size) static org.neo4j.gds.api.properties.nodes.NodePropertyValues
extractSeedingNodePropertyValues
(org.neo4j.gds.api.Graph graph, String seedingProperty) static org.neo4j.gds.api.properties.nodes.NodePropertyValues
nodePropertyValues
(boolean isIncremental, String resultProperty, String seedProperty, boolean consecutiveIds, org.neo4j.gds.api.properties.nodes.LongNodePropertyValues nodeProperties, Supplier<org.neo4j.gds.api.properties.nodes.NodeProperty> seedPropertySupplier) static org.neo4j.gds.api.properties.nodes.NodePropertyValues
nodePropertyValues
(boolean incremental, String resultProperty, String seedProperty, boolean consecutiveIds, org.neo4j.gds.api.properties.nodes.LongNodePropertyValues nodeProperties, Optional<Long> minCommunitySize, org.neo4j.gds.core.concurrency.Concurrency concurrency, Supplier<org.neo4j.gds.api.properties.nodes.NodeProperty> seedPropertySupplier) static org.neo4j.gds.api.properties.nodes.NodePropertyValues
nodePropertyValues
(boolean consecutiveIds, org.neo4j.gds.api.properties.nodes.LongNodePropertyValues nodeProperties) static org.neo4j.gds.api.properties.nodes.NodePropertyValues
nodePropertyValues
(boolean consecutiveIds, org.neo4j.gds.api.properties.nodes.LongNodePropertyValues nodeProperties, Optional<Long> minCommunitySize, org.neo4j.gds.core.concurrency.Concurrency concurrency)
-
Method Details
-
nodePropertyValues
public static org.neo4j.gds.api.properties.nodes.NodePropertyValues nodePropertyValues(boolean consecutiveIds, org.neo4j.gds.api.properties.nodes.LongNodePropertyValues nodeProperties) -
nodePropertyValues
public static org.neo4j.gds.api.properties.nodes.NodePropertyValues nodePropertyValues(boolean isIncremental, String resultProperty, String seedProperty, boolean consecutiveIds, org.neo4j.gds.api.properties.nodes.LongNodePropertyValues nodeProperties, Supplier<org.neo4j.gds.api.properties.nodes.NodeProperty> seedPropertySupplier) -
nodePropertyValues
public static org.neo4j.gds.api.properties.nodes.NodePropertyValues nodePropertyValues(boolean incremental, String resultProperty, String seedProperty, boolean consecutiveIds, org.neo4j.gds.api.properties.nodes.LongNodePropertyValues nodeProperties, Optional<Long> minCommunitySize, org.neo4j.gds.core.concurrency.Concurrency concurrency, Supplier<org.neo4j.gds.api.properties.nodes.NodeProperty> seedPropertySupplier) -
nodePropertyValues
-
createIntermediateCommunitiesNodePropertyValues
public static org.neo4j.gds.api.properties.nodes.LongArrayNodePropertyValues createIntermediateCommunitiesNodePropertyValues(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<long[]> intermediateCommunitiesProvider, long size) -
extractSeedingNodePropertyValues
public static org.neo4j.gds.api.properties.nodes.NodePropertyValues extractSeedingNodePropertyValues(org.neo4j.gds.api.Graph graph, String seedingProperty)
-