MGMM-package: MGMM a package for Multi-clustering

Description Details Author(s) Examples

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

1
2
3
4
5
6
7
# 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)

MGMM documentation built on May 2, 2019, 5:19 p.m.