Adjusted Rand Index 3 - using intialiation k-means
KM
Initial K-means clustering of the data.
pi
The cluster proportions (vector of length ngroups)
tau
tau matrix of conditional probabilities.
fit
Full output details from inner C++ loop.
Arguments
X
numeric matrix of the data.
Y
Group membership (if known). Where groups are integers in 1:ngroups. If provided ngroups can
Burnin
Ratio of observations to use as a burn in before algorithm begins.
ngroups
Number of mixture components. If Y is provided, and groups is not then is overridden by Y.
kstart
number of kmeans starts to initialise.
plot
If TRUE generates a plot of the clustering.
Author
Andrew T. Jones and Hien D. Nguyen
References
Nguyen & Jones (2018). Big Data-Appropriate Clustering via Stochastic Approximation and Gaussian Mixture Models. In Data Analytics (pp. 79-96). CRC Press.