accSDA: Accelerated Sparse Discriminant Analysis

Implementation of sparse linear discriminant analysis, which is a supervised classification method for multiple classes. Various novel optimization approaches to this problem are implemented including alternating direction method of multipliers ('ADMM'), proximal gradient (PG) and accelerated proximal gradient ('APG') (See Atkins 'et al'. <arXiv:1705.07194>). Functions for performing cross validation are also supplied along with basic prediction and plotting functions. Sparse zero variance discriminant analysis ('SZVD') is also included in the package (See Ames and Hong, <arXiv:1401.5492>). See the 'github' wiki for a more extended description.

Version: 1.1.3
Depends: R (≥ 3.2)
Imports: MASS (≥ 7.3.45), ggplot2 (≥ 2.1.0), grid (≥ 3.2.2), gridExtra (≥ 2.2.1)
Published: 2024-03-06
Author: Gudmundur Einarsson [aut, cre, trl], Line Clemmensen [aut, ths], Brendan Ames [aut], Summer Atkins [aut]
Maintainer: Gudmundur Einarsson <gumeo140688 at gmail.com>
BugReports: https://github.com/gumeo/accSDA/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/gumeo/accSDA/wiki
NeedsCompilation: no
Citation: accSDA citation info
Materials: README NEWS
CRAN checks: accSDA results

Documentation:

Reference manual: accSDA.pdf

Downloads:

Package source: accSDA_1.1.3.tar.gz
Windows binaries: r-devel: accSDA_1.1.3.zip, r-release: accSDA_1.1.3.zip, r-oldrel: accSDA_1.1.3.zip
macOS binaries: r-release (arm64): accSDA_1.1.3.tgz, r-oldrel (arm64): accSDA_1.1.3.tgz, r-release (x86_64): accSDA_1.1.3.tgz
Old sources: accSDA archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=accSDA to link to this page.