Uses of Interface
com.jgalgo.alg.traversal.RandomWalkIter
Package
Description
Algorithms for traversing graphs, such as depth-first search and breadth-first search.
-
Uses of RandomWalkIter in com.jgalgo.alg.traversal
Modifier and TypeMethodDescriptionstatic <V,
E> RandomWalkIter <V, E> RandomWalkIter.newInstance
(Graph<V, E> g, V source) Create a new random walk iterator.static <V,
E> RandomWalkIter <V, E> RandomWalkIter.newInstance
(Graph<V, E> g, V source, WeightFunction<E> weights) Create a new weighted random walk iterator.