gclust: Select number of mixture components for Gaussian Mixture...

Description Usage Arguments Value

Description

glust selects optimal number of mixture components to describe data in GMM.

Usage

1
gclust(X, K = 2, verbose = FALSE)

Arguments

X

A matrix object with n rows (data points) by d columns (dimensions).

K=2

The maximum number of components to be considered. Model selected from 1 to K components.

verbose=FALSE

whether to print Mclust clustering output.

Value

The number of components that maximizes BIC.


neurodata/graphstats documentation built on May 14, 2019, 5:19 p.m.