Learn R Programming

RmixmodCombi (version 1.0)

Combining Mixture Components for Clustering

Description

The Rmixmod package provides model-based clustering by fitting a mixture model (e.g. Gaussian components for quantitative continuous data) to the data and identifying each cluster with one of its components. The number of components can be determined from the data, typically using the BIC criterion. In practice, however, individual clusters can be poorly fitted by Gaussian distributions, and in that case model-based clustering tends to represent one non-Gaussian cluster by a mixture of two or more Gaussian components. If the number of mixture components is interpreted as the number of clusters, this can lead to overestimation of the number of clusters. This is because BIC selects the number of mixture components needed to provide a good approximation to the density. This package, RmixmodCombi, according to \emph{Combining Mixture Components for Clustering} by J.P. Baudry, A.E. Raftery, G. Celeux, K. Lo, R. Gottardo, combines the components of the EM/BIC solution (provided by Rmixmod) hierarchically according to an entropy criterion. This yields a clustering for each number of clusters less than or equal to K. These clusterings can be compared on substantive grounds, and we also provide a way of selecting the number of clusters via a piecewise linear regression fit to the (possibly rescaled) entropy plot.

Copy Link

Version

Install

install.packages('RmixmodCombi')

Monthly Downloads

19

Version

1.0

License

GPL-3

Maintainer

Last Published

July 8th, 2014

Functions in RmixmodCombi (1.0)

MixmodCombi-class

[MixmodCombi] class
Baudry_etal_2010_JCGS_examples

Simulated Example Datasets From Baudry et al. (2010)
mixmodMap_V2M

Vector of Labels to Matrix of Class Assignments Conversion
RmixmodCombi-internal

Internal RmixmodCombi Functions
mixmodCombi

Combining Mixture Components for Clustering
RmixmodCombi-package

Combining Mixture Components for Clustering
mixmodMap_M2V

Matrix of Class Assignments to Vector of Labels Conversion
mixmodMap

Computes a hard clustering corresponding to a soft clustering
combMat

Combining Matrix
GvHD

GvHD Dataset