CRAN

onlinePCA 1.3.1

Online Principal Component Analysis

Released Sep 22, 2016 by David Degras

This package can be loaded by Renjin but 6 out 15 tests failed.

Dependencies

RSpectra 0.12-0 RcppArmadillo 0.8.400.0.0 Rcpp

Online PCA for multivariate and functional data using perturbation methods, low-rank incremental methods, and stochastic optimization methods.

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>onlinePCA</artifactId>
    <version>1.3.1-b30</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:onlinePCA')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.

Source

R
C++

View GitHub Mirror

Release History