Model-based clustering for bounded data
MclustBounded.RdClustering of bounded data via transformation-based approach for Gaussian mixtures.
Usage
MclustBounded(data, ...)
# S3 method for class 'MclustBounded'
summary(object, classification = TRUE, parameters = FALSE, ...)Arguments
- data
A numeric vector, matrix, or data frame of observations. If a matrix or data frame, rows correspond to observations and columns correspond to variables.
- ...
Further arguments passed to
densityMclustBounded(). For a full description of available arguments see the corresponding help page.- object
An object of class
'MclustBounded'.- classification
A logical, if
TRUEa table of MAP classification/clustering of observations is printed.- parameters
A logical, if
TRUEthe estimated parameters of mixture components are printed.
Details
For more details see
vignette("mclustAddons")