Exploring Assumptions of K-means Clustering using R
K-Means Clustering is a well known technique based on unsupervised learning. As the name mentions, it forms ‘K’ clusters over the data using mean of the data. Unsupervised algorithms are a class of algorithms one should tread on carefully. Using the ...
diptim.hashnode.dev7 min read