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

Version

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)

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.