CRAN
lowmemtkmeans 0.1.2
Low Memory Use Trimmed K-Means
Released Jan 8, 2017 by Andrew Thomas Jones
This package can be loaded by Renjin but 4 out 5 tests failed.
Dependencies
RcppArmadillo 0.8.400.0.0 Rcpp
Performs the trimmed k-means clustering algorithm with lower memory use. It also provides a number of utility functions such as BIC calculations.
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>lowmemtkmeans</artifactId> <version>0.1.2-b21</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:lowmemtkmeans')
Test Results
This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.