# NOT RUN {
demo.obj <- run.clustering(demo.obj,
clust.method = "kmeans",
dist.method = "euclidean",
index.method = "silhouette",
max.clust = 2,
min.clust = 2,
dims = 1:10)
head(demo.obj@best.clust)
# }
Run the code above in your browser using DataLab