reduce_scaled_mean {partition} | R Documentation |
Reduce selected variables to scaled means
Description
Reducers are functions that tell the partition algorithm how
to reduce the data. as_reducer()
is a helper function to create new
reducers to be used in partitioner
s. partitioner
s can be created with
as_partitioner()
.
reduce_scaled_mean()
returns the scaled row means of the
target variables to reduce.
Usage
reduce_scaled_mean(.partition_step)
Arguments
.partition_step |
a |
Value
a partition_step
object
See Also
Other reducers:
as_reducer()
,
reduce_first_component()
,
reduce_kmeans()
[Package partition version 0.2.1 Index]