Hello skfuzzy group members,
Possiblistic Fuzzy C-Means is a relatively new clustering algorihm.
In my last attempt to use it in a project that I was writing on pattern recognition, I wanted to compare the results of K-Means, FCM and PFCM, but PFCM is not implemented in any of the Python libraries.
So I wrote my own version of the algorithm with Python, inspired by another paper that used MATLAB (which had some errors) and now I'm ready to share it with the community.