Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 234 Bytes

This repo contains an implementation of the fuzzy C-means clustering machine learning algorithm:

https://en.wikipedia.org/wiki/Fuzzy_clustering

as a native C++ application.

The documentation of the project is in the /doc directory.