Skip to content

pnfox/fast-PCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-PCA

Decomposes high dimensional data into its most statistically descriptive factors. Implemented in C++ for speed.

Prerequisites

  • C++
  • CMake
  • Eigen

Usage

Inside the fast-PCA/ directory. Run cmake . then build with make you can then run fast-PCA via the executable ./main

To test performance benchmarks of fast-PCA, go into the benchmarks/ directory and run cmake . then make and run benchmarks with ./mybenchmark

About

Implements PCA in C++ using Arrayfire

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published