MWKMeans: Generates a multiway k-means given the data and starting...

View source: R/mwkmeans_funcs.R

MWKMeansR Documentation

Generates a multiway k-means given the data and starting center points.

Description

Generates a multiway k-means given the data and starting center points.

Usage

MWKMeans(data, centers)

Arguments

data

Matrix of data (features X samples)

centers

Starting centers in matrix format (features X centers)

Value

A list; 'phi' with the cluster assignments for each data and 'centers' with the calculated cluster centers.


califano-lab/PISCES documentation built on Jan. 11, 2023, 5:34 a.m.