Package org.neo4j.gds.traversal
Class RandomWalkCompanion
java.lang.Object
org.neo4j.gds.traversal.RandomWalkCompanion
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.neo4j.gds.ml.core.samplers.RandomWalkSampler.CumulativeWeightSupplier
cumulativeWeights
(org.neo4j.gds.api.Graph graph, org.neo4j.gds.core.concurrency.Concurrency concurrency, ExecutorService executorsService, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker) static NextNodeSupplier
nextNodeSupplier
(org.neo4j.gds.api.Graph graph, List<Long> sourceNodes)
-
Method Details
-
cumulativeWeights
public static org.neo4j.gds.ml.core.samplers.RandomWalkSampler.CumulativeWeightSupplier cumulativeWeights(org.neo4j.gds.api.Graph graph, org.neo4j.gds.core.concurrency.Concurrency concurrency, ExecutorService executorsService, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker) -
nextNodeSupplier
public static NextNodeSupplier nextNodeSupplier(org.neo4j.gds.api.Graph graph, List<Long> sourceNodes)
-