omadson / fuzzy-c-means

A simple python implementation of Fuzzy C-means algorithm.
https://fuzzy-c-means.rtfd.io
MIT License
175 stars 43 forks source link

Feature/partition coefficient metric #15

Closed omadson closed 3 years ago

omadson commented 3 years ago

In this PR I add the partition coefficient validation metrics as requested by @Nandreasyan in #14. I also add an example of use.