ClustMeans: C++ Function for Cluster Means

Description Usage Arguments Value

Description

This function calculates the cluster means in vectorized form based on the current value of the clustering vector.

Usage

1
ClustMeans(nclust, start, data)

Arguments

nclust

The number of clusters.

start

The current clustering vector.

data

The concatenated data, with J * K rows and N columns

Value

A numeric matrix with nclust rows and J*K columns.


lsbclust documentation built on May 1, 2019, 10:27 p.m.