This function calculates variable importances when clustering with variable selection.
Arguments
- df
data.frame
- nrep
(positive int) number of repetitions in the simulation (default
100)- ...
arguments passed to
add_cluster_assignment()
Details
Variable importances are estimated through simulation with nrep calls to add_cluster_assignment()
with the specified configuration via .... The function retrieves the number of times each
variable was kept at the final step of clustering.