hyunsooseol / snowCluster

This module allows users to analyze k-means & hierarchical clustering, and visualize results of Principal Component, Correspondence Analysis, Discriminant analysis, Decision tree, Multidimensional scaling, Multiple Factor Analysis, Machine learning, and Prophet analysis.
http://www.sthda.com/english/wiki/factoextra-r-package-easy-multivariate-data-analyses-and-elegant-visualization
8 stars 2 forks source link

Doubt about K-mean analysis #30

Closed celiagconejo closed 2 weeks ago

celiagconejo commented 3 weeks ago

Hello, First of all, thanks for the snowCluster package. I have tried to do a K-mean analysis to make 2 clusters with a single variable (in my case, the number of meters run in a test). The k-means option allows to do it with at least 3 variables. Would it be possible to do it with only 1 to establish the cut-off point of 2 clusters?

I look forward to hearing from you Best regards Celia

hyunsooseol commented 3 weeks ago

Hi Celia The Kmeans analysis is usingkmeans function in the stats R package. I think it's not possible to compute.

Kind Regards Seol