CRAN
MoEClust 1.2.2
Gaussian Parsimonious Clustering Models with Covariates and a Noise Component
Released May 15, 2019 by Keefe Murphy
Dependencies
vcd 1.4-4 matrixStats 0.54.0 mclust 5.4.4 nnet 7.3-12 lattice 0.20-38 mvnfast 0.2.5
Clustering via parsimonious Gaussian Mixtures of Experts using the MoEClust models introduced by Murphy and Murphy (2018)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>MoEClust</artifactId> <version>1.2.2-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:MoEClust')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- MoE_Uncertainty-examples
- MoE_crit-examples
- MoE_cstep-examples
- MoE_dens-examples
- MoE_estep-examples
- MoE_mahala-examples
- MoE_news-examples
- MoE_plotGate-examples
- MoE_plotLogLik-examples
- ais-examples
- aitken-examples
- drop_constants-examples
- drop_levels-examples
- force_posiDiag-examples
- noise_vol-examples
- quant_clust-examples