CRAN
IMIFA 2.1.0
Infinite Mixtures of Infinite Factor Analysers and Related Models
Released Feb 4, 2019 by Keefe Murphy
Dependencies
slam 0.1-44 matrixStats 0.54.0 mclust 5.4.2 viridis 0.5.1 Rfast 1.9.2 mvnfast 0.2.5
Provides flexible Bayesian estimation of Infinite Mixtures of Infinite Factor Analysers and related models, for nonparametrically clustering high-dimensional data, introduced by Murphy et al. (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>IMIFA</artifactId> <version>2.1.0-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:IMIFA')
Test Results
This package was last tested against Renjin 0.9.2719 on Feb 6, 2019.
- G_moments-examples
- G_priorDensity-examples
- IMIFA_news-examples
- Ledermann-examples
- PGMM_dfree-examples
- Procrustes-examples
- USPSdigits-examples
- Zsimilarity-examples
- heat_legend-examples
- is.cols-examples
- is.posi_def-examples
- mat2cols-examples
- pareto_scale-examples
- plot_cols-examples
- rDirichlet-examples
- shift_GA-examples
- show_digit-examples
- storeControl-examples