CCIPCA
An R implementation of Candit Covariance-free Incremental Principal Component Analysis (CCIPCA)
Installation
git clone https://github.com/rikenbit/CCIPCA/
R CMD INSTALL CCIPCA
or type the code below in the R console window
library(devtools)
devtools::install_github("rikenbit/CCIPCA")
References
J. Weng, Y. Zhang, and W. S. Hwang, "Candid covariance-free incremental principal component analysis", IEEE Trans. Pattern. Anal. Mach. Intell., vol 25, no. 8, pp. 1034-1040, Aug. 2003
License
Copyright (c) 2015 Koki Tsuyuzaki and RIKEN Bioinformatics Research Unit Released under the Artistic License 2.0.
Authors
- Koki Tsuyuzaki
- Manabu Ishii
- Itoshi Nikaido