Package: lolR 2.1
lolR: Linear Optimal Low-Rank Projection
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) <arxiv:1709.01233>, we provide several methods for feature extraction, some utilizing labels and some not, along with easily extensible utilities to simplify cross-validative efforts to identify the best feature extraction method. Additionally, we include a series of adaptable benchmark simulations to serve as a standard for future investigative efforts into supervised HDLSS. Finally, we produce a comprehensive comparison of the included algorithms across a range of benchmark simulations and real data applications.
Authors:
lolR_2.1.tar.gz
lolR_2.1.zip(r-4.7)lolR_2.1.zip(r-4.6)lolR_2.1.zip(r-4.5)
lolR_2.1.tgz(r-4.6-any)lolR_2.1.tgz(r-4.5-any)
lolR_2.1.tar.gz(r-4.7-any)lolR_2.1.tar.gz(r-4.6-any)
lolR_2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
lolR/json (API)
| # Install 'lolR' in R: |
| install.packages('lolR', repos = c('https://neurodata.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/neurodata/lol/issues
Last updated from:86698eae5c. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 156 | ||
| source / vignettes | OK | 255 | ||
| linux-release-x86_64 | WARNING | 152 | ||
| macos-release-arm64 | WARNING | 127 | ||
| macos-oldrel-arm64 | WARNING | 148 | ||
| windows-devel | WARNING | 111 | ||
| windows-release | WARNING | 104 | ||
| windows-oldrel | WARNING | 165 | ||
| wasm-release | OK | 114 |
Exports:lol.classify.nearestCentroidlol.classify.randomChancelol.classify.randomGuesslol.embedlol.project.bayes_optimallol.project.dplol.project.lollol.project.lrccalol.project.lrldalol.project.pcalol.project.plslol.project.rplol.sims.cigarlol.sims.crosslol.sims.fat_tailslol.sims.khumplol.sims.kidentlol.sims.mean_difflol.sims.qdtoeplol.sims.rev_rtrunklol.sims.rtrunklol.sims.toeplol.sims.xor2lol.xval.evallol.xval.optimal_dimselectlol.xval.split
Dependencies:abindclicpp11DEoptimRfarverfit.modelsggplot2gluegtableirlbaisobandlabelinglatticelifecycleMASSMatrixmvtnormpcaPPplsR6RColorBrewerrlangrobustrobustbaserrcovS7scalesvctrsviridisLitewithr
Nearest Centroid Classifier
Rendered fromnearestCentroid.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2018-01-25
Data Piling
Rendered fromdp.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2018-04-13
Extending lolR with Arbitrary Classification Algorithms
Rendered fromextend_classification.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2018-02-01
Extending lolR for Arbitrary Embedding Algorithms
Rendered fromextend_embedding.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2018-02-01
Linear Optimal Low-Rank Projection (LOL)
Rendered fromlol.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2017-12-13
Low-Rank Canonical Correlation Analysis (LR-CCA)
Rendered fromlrcca.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2017-12-13
Low-Rank Linear Discriminant Analysis
Rendered fromlrlda.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2017-12-13
Principal Component Analysis (PCA)
Rendered frompca.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2017-12-13
Partial Least-Squares (PLS)
Rendered frompls.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2018-03-15
Low-Rank Canonical Correlation Analysis (LR-CCA)
Rendered fromrp.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2018-04-13
LOL Simulations
Rendered fromsimulations.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-06-01
Started: 2017-12-14
LOL Cross-Validation
Rendered fromxval.Rmdusingknitr::rmarkdownon May 25 2026.Last update: 2018-04-13
Started: 2017-12-14
