net.sansa_stack.inference.spark.forwardchaining.triples
Creates a new RDD by performing bulk iterations using the given step function f
.
Creates a new RDD by performing bulk iterations using the given step function f
. 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 Dataset by performing bulk iterations using the given step function f
.
Creates a new Dataset by performing bulk iterations using the given step function f
. The first
Dataset 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.