Class RandomWalkGraphIteratorProvider<V>

    • Constructor Detail

      • RandomWalkGraphIteratorProvider

        public RandomWalkGraphIteratorProvider​(IGraph<V,​?> graph,
                                               int walkLength)
      • RandomWalkGraphIteratorProvider

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