KM: Modified K means clustering

kmR Documentation

Modified K means clustering

Description

k-means clustering modified to cluster probabilities of change points to 2 clusters and return total within-cluster variation. Adapted from https://github.com/TunChiehHsu/Kmeans.git.

Usage

km(data)

Arguments

data

an n by p numeric matrix; the data matrix of predictors

Value

a data frame of total within-cluster variation.


WenlanzZ/MKDim documentation built on July 30, 2022, 7:25 a.m.