DecodingRaphael / unraphael

Python toolkit for unraveling image similarity with a focus on artistic practice
https://unraphael.readthedocs.io
Apache License 2.0
2 stars 1 forks source link

Estimate the optimal number of clusters with more advanced tooling than the elbow method #77

Open ThijsVroegh opened 3 months ago

ThijsVroegh commented 3 months ago

The clustimage package uses advance and perhaps more appropriate techniques to detect the optimal number of clusters. These techniques are currently used when making use of clustimage to cluster images, but 'SpectralClustering' and 'AffinityPropagation' can still only make use of the elbow method.