Is there a measure of separation such as the Sillohete score for fuzzy clustering? I understand the logic for Hard-clustering algorithms but not sure about fuzzy. Is there a Python package for that such as scikit-learn?
Asked
Active
Viewed 78 times
1 Answers
0
Why not using classing distance measurement such as K-Means?
Otherwise, this page has code about fuzzy c-means including a distance calculation: https://pythonhosted.org/scikit-fuzzy/_modules/skfuzzy/cluster/_cmeans.html
There is also a publication but no code: https://www.researchgate.net/publication/256471114_Fuzzy_Distance_Measure_and_Fuzzy_Clustering_Algorithm
desertnaut
- 1,908
- 2
- 13
- 23
Nicolas Martin
- 4,509
- 1
- 6
- 15
-
If you consider the answer somewhat usefull, don't hesitate to upvote it as acknowledgment :) – Nicolas Martin Jul 22 '21 at 09:19