direct_measure_reduce {partition} | R Documentation |
Apply a partitioner
Description
direct_measure_reduce()
works through the direct-measure-reduce steps of
the partition algorithm, applying the partitioner
to the partition_step
.
Usage
direct_measure_reduce(.partition_step, partitioner)
Arguments
.partition_step |
a |
partitioner |
a partitioner, as created from |
Value
a partition_step
object
See Also
[Package partition version 0.2.2 Index]