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

The examples directory listed at pypi.org does not exist #54

Closed raymondj-pace closed 8 months ago

raymondj-pace commented 2 years ago

Go to here: https://pypi.org/project/fuzzy-c-means/

Scroll-down to where it says:

to more examples, see the examples/ folder.

https://github.com/omadson/fuzzy-c-means/tree/master/examples leads to a 404

omadson commented 1 year ago

Thanks, @raymondj-pace. I will fix the broken link in an upcoming update. The correct link is: https://github.com/omadson/fuzzy-c-means/tree/master/docs/examples

omadson commented 8 months ago

I'm closing the issue due to lack of activity. It can be reopened at any time.