Uses of Interface
com.jgalgo.alg.RandomWalkIter
-
Packages that use RandomWalkIter Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of RandomWalkIter in com.jgalgo.alg
Subinterfaces of RandomWalkIter in com.jgalgo.alg Modifier and Type Interface Description static interface
RandomWalkIter.Int
A random walk iterator forIntGraph
.Methods in com.jgalgo.alg that return RandomWalkIter Modifier and Type Method Description static <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.
-