Learn R Programming

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

753

Version

0.2-16

License

Mozilla Public License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 8th, 2024

Functions in EMCluster (0.2-16)

All Internal Functions

All Internal Functions of EMCluster
MVN

Density of (Mixture) Multivariate Normal Distribution
Plot Projection and Contour

Plot Contour
Conversion

Convert Matrices in Different Format
Rand Index

Rand Index and Adjusted Rand Index
Likelihood Mixture Tests

Likelihood Mixture Tests
Single Step

Single E- and M-step
Other Initializations

Other Initializations
EM Algorithm

EM Algorithm for model-based clustering
Initialization and EM

Initialization and EM Algorithm
EMCluster-package

EM Algorithm for Model-Based Clustering of Finite Mixture Gaussian Distribution
Plot EM Results

Plot Two Dimensional Data with clusters
Jaccard Index

Jaccard Index
Recolor Classification IDs

Recolor Classification IDs
Dataset

Dataset for demonstrations
Information Criteria

Information Criteria for Model-Based Clustering
EM Control

EM Control Generator and Controller
Projection On 2D

Produce Projection on 2D
Assign Class

Assign Class Id
Plot Multivariate Data

Plot Multivariate Data
Print and Summary

Functions for Printing or Summarizing Objects According to Classes
Post I Information Functions

Post I Information Functions of EMCluster
LMT Functions

Likelihood Mixture Test (LMT) Functions of EMCluster