Learn R Programming

⚠️There's a newer version (0.2-17) of this package.Take me there.

EMCluster

  • License:
  • Download:
  • Author: Wei-Chen Chen and Ranjan Maitra

EMCluster is an R package providing EM algorithms and several efficient initialization methods for model-based clustering of finite mixture Gaussian distribution with unstructured dispersion in both of unsupervised and semi-supervised learning.

Installation

EMCluster requires

  • R version 3.0.0 or higher.
  • R package MASS, Matrix.

The package can be installed from the CRAN via the usual install.packages("EMCluster"), or via the devtools package:

library(devtools)
install_github("snoweye/EMCluster")

Copy Link

Version

Install

install.packages('EMCluster')

Monthly Downloads

1,949

Version

0.2-15

License

Mozilla Public License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Wei-Chen Chen

Last Published

September 5th, 2023

Functions in EMCluster (0.2-15)

Conversion

Convert Matrices in Different Format
All Internal Functions

All Internal Functions of EMCluster
LMT Functions

Likelihood Mixture Test (LMT) Functions of EMCluster
Post I Information Functions

Post I Information Functions of EMCluster
Initialization and EM

Initialization and EM Algorithm
EM Algorithm

EM Algorithm for model-based clustering
EM Control

EM Control Generator and Controller
Single Step

Single E- and M-step
Information Criteria

Information Criteria for Model-Based Clustering
Likelihood Mixture Tests

Likelihood Mixture Tests
Assign Class

Assign Class Id
Other Initializations

Other Initializations
EMCluster-package

EM Algorithm for Model-Based Clustering of Finite Mixture Gaussian Distribution
Projection On 2D

Produce Projection on 2D
MVN

Density of (Mixture) Multivariate Normal Distribution
Dataset

Dataset for demonstrations
Jaccard Index

Jaccard Index
Plot EM Results

Plot Two Dimensional Data with clusters
Plot Multivariate Data

Plot Multivariate Data
Rand Index

Rand Index and Adjusted Rand Index
Plot Projection and Contour

Plot Contour
Recolor Classification IDs

Recolor Classification IDs
Print and Summary

Functions for Printing or Summarizing Objects According to Classes