IvS-KULeuven / FOPTICS

Implementation of The F-OPTICS algorithm for N-dimensional clustering
2 stars 3 forks source link

This code seems like it does not calculate fuzzy distances for the FOPTICS algorithm #4

Open eleehiga opened 1 year ago

eleehiga commented 1 year ago

Trying to implement and looking through this code and I see distance calculations like temp = dabs(Attributes(i,:,k) - x) and do not see probability distributions implemented with the code. Therefore, was wondering if this code actually implements fuzzy distances for the FOPTICS algorithm or just regular distance calculations for the OPTICS algorithm?