Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 596 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 596 Bytes

Fast Incremental Gaussian Mixture Network

This code implements in C++ the Fast Incremental Gaussian Mixture Network (FIGMN) proposed by Rafael C. Pinto (A Fast Incremental Gaussian Mixture Model).

Getting Started

Prerequisites

Running the tests

g++ -I include/  *.cpp

Authors

  • Jorge C. Chamby - Initial work - jchambyd

License

This project is licensed under the MIT License - see the LICENSE.md file for details