ramhiser / clusteval

Clustering Evaluation in R
Other
10 stars 3 forks source link

Fuzzy Clustering Evaluations #37

Open willtownes opened 6 years ago

willtownes commented 6 years ago

Suleman 2017 show that hard clustering similarities like rand and jaccard can be easily extended to fuzzy clusterings by replacing the comembership 0/1 indicator with a normalized manhattan distance between cluster weights. I have implemented a prototype but it would be nice to have it in C++ and available to other users through the existing clusteval package.