Learn R Programming

⚠️There's a newer version (3.3) of this package.Take me there.

MKMeans (version 3.2)

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

Version

Install

install.packages('MKMeans')

Monthly Downloads

364

Version

3.2

License

GPL-2

Maintainer

Yi Ya

Last Published

August 20th, 2025

Functions in MKMeans (3.2)

MKMean

Class to contain the results from function MKMeans.
MKMeans

Modern K-Means clustering.
Dist

Finding the distance between two observations.
C.f

Finding the center of a cluster.
MKMeans-package

Modern K-Means (MKMeans) Clustering.