Package: MKMeans 3.4.4

Yarong Yang
MKMeans: A Modern K-Means (MKMeans) Clustering Algorithm
It's a Modern K-Means clustering algorithm which works for data of any number of dimensions, has no limit with the number of clusters expected, offers both methods with and without initial cluster centers, and can start with any initial cluster centers for the method with initial cluster centers.
Authors:
MKMeans_3.4.4.tar.gz
MKMeans_3.4.4.tar.gz(r-4.7-any)MKMeans_3.4.4.tar.gz(r-4.6-any)
MKMeans_3.4.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
MKMeans/json (API)
| # Install 'MKMeans' in R: |
| install.packages('MKMeans', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:81a839a842. Checks:4 OK. Indexed: yes.
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Modern K-Means (MKMeans) Clustering. | MKMeans-package |
| Finding the center of a cluster. | C.f |
| Finding the distance between two observations. | Dist |
| Class to contain the results from function MKMeans. | MKMean-class |
| Modern K-Means clustering. | MKMeans |