CRAN
xLLiM 2.1
High Dimensional Locally-Linear Mapping
Released May 23, 2017 by Emeline Perthame
Dependencies
capushe 1.1.1 Matrix 1.2-14 MASS 7.3-50 abind 1.4-3 corpcor 1.6.9 igraph 1.2.1
Provides a tool for non linear mapping (non linear regression) using a mixture of regression model and an inverse regression strategy. The methods include the GLLiM model (see Deleforge et al (2015)
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>xLLiM</artifactId> <version>2.1-b13</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:xLLiM')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.