Skip to content

KikuchiTomo/FastICA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastICA

概要

C++11でFastICAを実行するプログラム

こちらの記事で書いたもののプログラムです

使用法

headerライブラリのため,src/fast_ica.cppをインクルードするだけで構いません. 計算ライブラリとしてEigenを使用しているため,コンパイルの際には-Iにeigenのインクルードパスを指定のこと.

具体的な使用方法はsrc/main.cppを見てください.

デモ

gnuplotが必要です.

make
./main
plot plot.gpl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors