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