Skip to content
forked from ihar/EigenPCA

A class for performing principal component analysis using Eigen3 library

License

Notifications You must be signed in to change notification settings

zohannn/EigenPCA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Principal component analysis using Eigen library

Eigen 3.0.4 was used (http://eigen.tuxfamily.org/index.php?title=Main_Page)

Build

git clone https://github.com/zohannn/EigenPCA.git
cd EigenPCA
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
cmake -DCMAKE_BUILD_TYPE=Release ..
make

About

A class for performing principal component analysis using Eigen3 library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.6%
  • CMake 2.4%