bauer-alex / fuzzyclara

Other
0 stars 0 forks source link

Restructure main clustering functions #4

Closed bauer-alex closed 2 years ago

bauer-alex commented 2 years ago

Currently, the main clustering function is claraclust. Rename it to cluster_clara and create the new main function perform_clustering which then either calls cluster_clara or the new function cluster_clarans. Regarding the fuzziness, it's probably best to not use it in the function names, but rather as an argument, to make clear that the functions can also be used for non-fuzzy analyses.