Constructs a default instance with default parameters {numIterations: 5}
Constructs a default instance with default parameters {numPartitions: graph partitions, numIterations: 5}
target graph to be partitioned
spark session
number of partitions
target graph to be partitioned
target graph to be partitioned
number of partitions
number of partitions
Repartition the edges in the graph and construct a new graph that partitioned by strategy with input number of partitions.
Repartition the edges in the graph and construct a new graph that partitioned by strategy with input number of partitions.
spark session
spark session
Sets the number of iterations (default: 5)
Path Partition Strategy expand the partitions by assign path groups of all start vertices Expand Edges set E+(i) = pg(sv*).edges
the vertex attribute associated with each vertex in the set.
the edge attribute associated with each edge in the set.