Skip to content

A fast and efficient spectra standardization algorithm.

Notifications You must be signed in to change notification settings

XiaqiongFan/PC-CCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PC-CCA

A fast and efficient spectra standardization algorithm named principal components canonical correlation analysis (PC-CCA) has been proposed. Compared with commonly used method like PDS and CTCCA, the PC-CCA can reduce prediction errors and achieve the best RMSEPs. PC-CCA can also drastically reduce time of transfer and lead to hundreds-fold speedup. The programming language is Python.


Installation

Install Python

Python 3.5 is recommended

https://www.python.org/

Install dependent packages

1.Numpy

pip install numpy

2.Scipy

pip install Scipy

3.Matplotlib

pip install Matplotlib

Clone the repo and run it directly

git clone https://github.com/xiaqiong/PC-CCA.git

Contact

Zhi-Min Zhang: zmzhang@csu.edu.cn

About

A fast and efficient spectra standardization algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages