Class WeightedRandomWalkGraphIteratorProvider<V>

    • Constructor Detail

      • WeightedRandomWalkGraphIteratorProvider

        public WeightedRandomWalkGraphIteratorProvider​(IGraph<V,​? extends Number> graph,
                                                       int walkLength)
      • WeightedRandomWalkGraphIteratorProvider

        public WeightedRandomWalkGraphIteratorProvider​(IGraph<V,​? extends Number> graph,
                                                       int walkLength,
                                                       long seed,
                                                       NoEdgeHandling mode)