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 94 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
- 2,154
- 2
- 16
- 25
Nicolas Martin
- 5,014
- 1
- 8
- 15