Learn R Programming

MixAll (version 1.5.10)

Clustering and Classification using Model-Based Mixture Models

Description

Algorithms and methods for model-based clustering and classification. It supports various types of data: continuous, categorical and counting and can handle mixed data of these types. It can fit Gaussian (with diagonal covariance structure), gamma, categorical and Poisson models. The algorithms also support missing values.

Copy Link

Version

Install

install.packages('MixAll')

Monthly Downloads

714

Version

1.5.10

License

GPL (>= 2)

Maintainer

Last Published

January 22nd, 2024

Functions in MixAll (1.5.10)

ClusterStrategy

Constructor of [ClusterStrategy] class
LearnAlgo

[LearnAlgo] class for Cluster algorithms.
clusterGammaNames

Create a vector of gamma mixture model names.
clusterAlgo

Create an instance of the [ClusterAlgo] class
clusterPoisson

Create an instance of the [ClusterPoisson] class
clusterDiagGaussian

Create an instance of the [ClusterDiagGaussian] class
clusterMixedData

Create an instance of the [ClusterMixedDataModel] class
clusterCategoricalNames

Create a vector of Categorical mixture model names.
car

Qualitative data : Car Evaluation
MixAll-package

MixAll Allows to estimate parametric mixture models with mixed data sets and missing data.
clusterCategorical

Create an instance of the [ClusterCategorical] class
clusterInit

Create an instance of [ClusterInit] class
kmmStrategy

Create an instance of [ClusterStrategy] class
clusterPoissonNames

Create a vector of Poisson mixture model names.
clusterPredict

Create an instance of [ClusterPredict] class
clusterAlgoPredict

Create an instance of the [ClusterAlgoPredict] class
kmmNames

Create a vector of Kernel mixture model (KMM) names.
geyser

Quantitative data: Old Faithful Geyser
birds

Qualitative data : morphological description of birds
DebTrivedi

Counting Data: DebTrivedi
bullsEye.cat

label Data: bullsEye.cat
bullsEye

Quantitative Data: bullsEye
initialize,ClusterAlgo-method

Initialize an instance of a MixAll S4 class.
KmmMixedDataModel

Definition of the [KmmMixedDataModel] class
clusterStrategy

A strategy is a multistage empirical process for finding a good estimate in the clustering estimation process.
KmmModel

Definition of the [KmmModel] class
plot,ClusterPoisson-method

Plotting of a class [ClusterPoisson]
plot,ClusterMixedDataModel-method

Plotting of a class [ClusterMixedDataModel]
plot,KmmComponent-method

Plotting of a class [KmmComponent]
plot,ClusterGamma-method

Plotting of a class [ClusterGamma]
[,ClusterAlgo-method

Extract parts of a MixAll S4 class
plot,ClusterCategorical-method

Plotting of a class [ClusterCategorical]
kmm

Create an instance of the [KmmModel] class
clusterDiagGaussianNames

Create a vector of diagonal Gaussian mixture model names.
bullsEye.target

label Data: bullsEye.target
clusterGamma

Create an instance of the [ClusterGamma] class
learnAlgo

Create an instance of the [LearnAlgo] class
learnMixedData

This function learn the optimal mixture model when the class labels are known according to the criterion among the list of model given in models.
print,ClusterAlgo-method

Print a MixAll S4 class to standard output.
summary,IClusterComponent-method

Produce summary of a MixAll S4 class.
plot,ClusterDiagGaussian-method

Plotting of a class [ClusterDiagGaussian]
show,ClusterAlgo-method

Show description of a MixAll S4 class to standard output.
kmmMixedData

Create an instance of the [KmmMixedDataModel] class
missingValues

Return the missing values of a component or a cluster class.
learnDiagGaussian

Create an instance of a learn mixture model
plot,KmmModel-method

Plotting of a class [KmmModel]
plot,KmmMixedDataModel-method

Plotting of a class [KmmMixedDataModel]
ClusterDiagGaussian

Definition of the [ClusterDiagGaussian] class
ClusterGamma

Definition of the [ClusterGamma] class
ClusterInit

Constructor of the [ClusterInit] class
ClusterCategoricalComponent

Definition of the [ClusterCategoricalComponent] class
ClusterAlgo

[ClusterAlgo] class for Cluster algorithms.
ClusterGammaComponent

Definition of the [ClusterGammaComponent] class
ClusterMixedDataModel

Definition of the [ClusterMixedDataModel] class
ClusterCategorical-class

Definition of the [ClusterCategorical] class
ClusterDiagGaussianComponent

Definition of the [ClusterDiagGaussianComponent] class
ClusterAlgoPredict

[ClusterAlgoPredict] class for predict algorithm.
ClusterPoisson

Definition of the [ClusterPoisson] class
IClusterPredict

Interface class [IClusterPredict] for predicting
ClusterPredict

Class [ClusterPredict] for predicting
KmmComponent

Definition of the [KmmComponent] class
IClusterModel

Interface base Class [IClusterModel] for Cluster models.
IClusterComponent

Definition of the [IClusterComponent] class
HeartDisease.cat

Mixed data : Cleveland Heart Disease Data
ClusterPredictMixedData

Class [ClusterPredictMixedData] for predicting