I have created some clusters based off survey data. I would like to see the Feature Selection or variable importance of each variable in its contribution to the cluster analysis. It doesn't seem like there is an option to view this out of the box.
I am able to do this in R (with the same package Alteryx is using) and have been referencing this documentation here: https://cran.r-project.org/web/packages/FeatureImpCluster/readme/README.html
Does anyone have any ideas on how to get the variable importance in regard to the clusters? I would like to see which variables have the most impact in determining the clusters.
Thanks!