MGMM-package {MGMM}R Documentation

MGMM a package for Multi-clustering

Description

MGMM a package for Multi-clustering

Details

Package: MGMM
Type: Package
Version: 1.0.0
Date: 2017-09-27
License: GPL-2
LazyLoad: yes

Author(s)

Author: Marbac, M. and Vandewalle, V.

Examples

# Sample data from 2 blocs of bivariate Gaussian mixture with two components
# slot x: observation, slot z: partitions
obs <- rMGMM()
plot(obs$x, col=obs$z[,1])
plot(obs$x, col=obs$z[,2])
# Model selection with three components at the maximum, two blocks and BIC.
res <- estimMMM(obs$x, 2, 2)

[Package MGMM version 0.1.0 Index]