I'm trying to discretize a numerical variable using Kmeans. It worked pretty well but I'm wondering how I can find the intervals in my cluster.
I work with FactoMineR to do my kmeans.
I found 3 clusters according to the following graph :
My point now is to identify the intervals of my numerical variable within the clusters.
Is there any option or method in FactoMineR or other package to do it ? I can do it manually but as I have to do it for a certain amount of variables, I'd like to found an easy way to identify them.