CRAN
resemble 1.2.2
Regression and Similarity Evaluation for Memory-Based Learning in Spectral Chemometrics
Released Mar 4, 2016 by Leonardo Ramirez-Lopez
Dependencies
RcppArmadillo 0.8.500.0 foreach 1.4.4 Rcpp iterators 1.0.9
Implementation of functions for spectral similarity/dissimilarity analysis and memory-based learning (MBL) for non-linear modeling in complex spectral datasets. In chemometrics MBL is also known as local modeling.
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>resemble</artifactId> <version>1.2.2-b47</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:resemble')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.