Skip to content

makkorjamal/eigenPLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eigenPLS

A Simplified barebone Partial Least squares library

C++ PLS using the Eigen library: The algorithm was described by Hervé Abdi. The Python implementation was done by Avinash Kak python implementation. A C++ implementation has already been performed using the cv2 matrix implementation.

Requirements

This implementation uses the Eigen matrix library, which can theoretically be used for Arduino/ESP32 devices that already have the Eigen library. However, this code is not yet optimized for these devices.

About

PLS library based on eigen matrices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published