km.clustering(data, k, ns, maxiter)
numeric
matrix
of data
where variables are by columns and samples to cluster are by rows.integer
scalar of number of centroids to start with.integer
scalar of how many random seedings should be done.integer
scalar of maximum number of iterations in 'K-means' clustering algorithm (convergence criteria).numeric
scalar of Log-transformed within cluster dispersion statistic.numeric
vector
of cluster centers.numeric
vector
of cluster membership of each variable.kmeans
" in R package sim.dis
Similarity Statistic.MeanVarReg
Mean-Variance Regularization Core Function.withinsumsq
Within-Cluster Sum of Squares Distances.kmeans
(R package