Skip to content

3rd deliverable - Linear Discriminant Analysis

Compare
Choose a tag to compare
@millerhorvath millerhorvath released this 10 Nov 13:49
· 30 commits to master since this release

This repository was developed as an assignment for PEL208 (Special Learning Topics), which is a lecture of Centro Universitário FEI graduate program, presented by Prof. Phd. Reinaldo Augusto da Costa Bianchi.

The goal of this assignment is to write the code of LDA, as discussed in class.

This code was written in C++ programming language.

The Eigen library has been used to compute linear algebra operations and compute the eigenvalues and eigenvectors.