Rdocumentation
powered by
Learn R Programming
MKMeans (version 3.3)
A Modern K-Means (MKMeans) Clustering Algorithm
Description
It's a Modern K-Means clustering algorithm which works for data of any number of dimensions, has no limit with number of clusters expected, and can start with any initial cluster centers.
Copy Link
Link to current version
Version
Version
3.3
3.2
3.1
3.0
2.1
2.0
1.0
Install
install.packages('MKMeans')
Monthly Downloads
364
Version
3.3
License
GPL-2
Maintainer
Yi Ya
Last Published
August 27th, 2025
Functions in MKMeans (3.3)
Search all functions
MKMean
Class to contain the results from function MKMeans.
C.f
Finding the center of a cluster.
MKMeans
Modern K-Means clustering.
Dist
Finding the distance between two observations.
MKMeans-package
Modern K-Means (MKMeans) Clustering.