0

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?

1 Answers1

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