MinClusters: Calculates the optimal centers given data and cluster...

View source: R/mwkmeans_funcs.R

MinClustersR Documentation

Calculates the optimal centers given data and cluster assignments.

Description

Calculates the optimal centers given data and cluster assignments.

Usage

MinClusters(phi, data)

Arguments

phi

Matrix of phi values for each data.

data

Data matrix (features X samples).

Value

Optimal center matrix


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