This code implements in C++ the Fast Incremental Gaussian Mixture Network (FIGMN) proposed by Rafael C. Pinto (A Fast Incremental Gaussian Mixture Model).
- g++
- eigen 3.3.+(link)
g++ -I include/ *.cpp
- Jorge C. Chamby - Initial work - jchambyd
This project is licensed under the MIT License - see the LICENSE.md file for details