Package: MKMeans 3.1
Yarong Yang
MKMeans: A Modern K-Means (MKMeans) Clustering Algorithm
It's a Modern K-Means clustering algorithm allowing data of any number of dimensions, any initial center, and any number of clusters to expect.
Authors:
MKMeans_3.1.tar.gz
MKMeans_3.1.tar.gz(r-4.5-noble)MKMeans_3.1.tar.gz(r-4.4-noble)
MKMeans_3.1.tgz(r-4.4-emscripten)MKMeans_3.1.tgz(r-4.3-emscripten)
MKMeans.pdf |MKMeans.html✨
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 2 months agofrom:ff83c00c74. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
Dependencies:
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 |