| Copyright | (c) Alexander Ignatyev 2017-2018. |
|---|---|
| License | BSD-3 |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
MachineLearning.PCA
Description
Principal Component Analysis (PCA) - dimensionality reduction algorithm. It is mostly used to speed up supervising learning (Regression, Classification, etc) and visualization of data.