Creates a new RDD by performing bulk iterations using the given step function. The first
RDD the step function returns is the input for the next iteration, the second RDD is
the termination criterion. The iterations terminate when either the termination criterion
RDD contains no elements or when maxIterations iterations have been performed.
Creates a new RDD by performing bulk iterations using the given step function. The first RDD the step function returns is the input for the next iteration, the second RDD is the termination criterion. The iterations terminate when either the termination criterion RDD contains no elements or when
maxIterations
iterations have been performed.