
Partitions data support into clusters using Voronoi-like diagrams.
make_partitions(
data,
cluster_args,
cluster_on_indicators,
K,
parallel,
cl,
do_not_cluster_on_these,
neighbor_tolerance
)
A list containing: - centers: Cluster center coordinates - knots: Knot points between centers - assign_partition: Function to assign new data to partitions - neighbors: List of neighboring partition indices
Numeric matrix of predictor variables
Parameters for clustering
Logical to include binary predictors
Number of partitions minus 1 (
Logical to enable parallel processing
Cluster object for parallel computation
Columns to exclude from clustering
Scaling factor for neighbor detection