# Assumed you have X attributes for training data set # Import required library library(cluster) fit <- kmeans(X, 3)
Last updated 5 years ago