feat(pca): implement PCA and visualize data using it

This commit is contained in:
Mahdi Dibaiee
2016-10-11 16:28:09 +03:30
parent 7f90afba7f
commit 6da6e4fd09
6 changed files with 56 additions and 30 deletions

View File

@ -16,7 +16,6 @@ cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Sibe, Sibe.NaiveBayes, Sibe.NLP, Sibe.Word2Vec, Sibe.Utils
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.7 && < 5
, hmatrix
, random