| assign_partition | R Documentation |
assign_partition() is the primary handler for the partition algorithm and
is iterated by reduce_partition_c(). assign_partition() does initial set
up of the partition_step object and then applies the partitioner to each
iteration of the partition_step via direct_measure_reduce().
assign_partition(.x, partitioner, .data, threshold, tolerance, var_prefix)
.x |
the data or a |
partitioner |
a |
.data |
a data.frame to partition |
threshold |
the minimum proportion of information explained by a reduced
variable; |
tolerance |
a small tolerance within the threshold; if a reduction is within the threshold plus/minus the tolerance, it will reduce. |
a partition_step object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.