CRAN
lolR 2.0
Linear Optimal Low-Rank Projection
Released Apr 13, 2018 by Eric Bridgeford
Dependencies
pls 2.6-0 ggplot2 2.2.1 MASS 7.3-50 abind 1.4-3 irlba 2.3.2
Supervised learning techniques designed for the situation when the dimensionality exceeds the sample size have a tendency to overfit as the dimensionality of the data increases. To remedy this High dimensionality; low sample size (HDLSS) situation, we attempt to learn a lower-dimensional representation of the data before learning a classifier. That is, we project the data to a situation where the dimensionality is more manageable, and then are able to better apply standard classification or clustering techniques since we will have fewer dimensions to overfit. A number of previous works have focused on how to strategically reduce dimensionality in the unsupervised case, yet in the supervised HDLSS regime, few works have attempted to devise dimensionality reduction techniques that leverage the labels associated with the data. In this package and the associated manuscript Vogelstein et al. (2017)
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>lolR</artifactId> <version>2.0-b3</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:lolR')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- lol.classify.nearestCentroid-examples
- lol.classify.randomGuess-examples
- lol.embed-examples
- lol.project.bayes_optimal-examples
- lol.project.dp-examples
- lol.project.lol-examples
- lol.project.lrcca-examples
- lol.project.lrlda-examples
- lol.project.mpls-examples
- lol.project.opal-examples
- lol.project.pca-examples
- lol.project.pls-examples
- lol.project.plsol-examples
- lol.project.plsolk-examples
- lol.project.qoq-examples
- lol.project.rp-examples
- lol.sims.cigar-examples
- lol.sims.fat_tails-examples
- lol.sims.mean_diff-examples
- lol.sims.qdtoep-examples
- lol.sims.rtrunk-examples
- lol.sims.toep-examples
- lol.sims.xor2-examples
- lol.xval.eval-examples
- lol.xval.optimal_dimselect-examples
- lol.xval.split-examples
- predict.nearestCentroid-examples
- predict.randomGuess-examples
- testthat