Feeds
提问
Clustering evaluation with Silhouette extremely slow
I am evaluating my kmeans clustering solutions using the built-in _evalclusters_ function with Silhouette criterion: eva = ...
8 years 前 | 2 个回答 | 0
2
个回答提问
cputime with kmeans return 0
I am measuring the cputime taken by kmeans algorithm for each iteration using _cputime_ feature. However, some iteration return ...
8 years 前 | 1 个回答 | 1
1
个回答已回答
k-means clustering: save the number of iterations in a matrix
Another way around to get the number of iterations is modifying the kmeans.m source code :)
k-means clustering: save the number of iterations in a matrix
Another way around to get the number of iterations is modifying the kmeans.m source code :)
8 years 前 | 0
提问
K-means: see the initial centroids
Hi everyone, Is it possible to see the randomly selected initial centroids when using the built-in kmeans function? I want to...
8 years 前 | 1 个回答 | 0