graph-based-clustering
graph-based-clustering copied to clipboard
Graph-Based Clustering using connected components and spanning trees.
- fix image paths (#14) - fix n_jobs=-1 error (#16) - add Makefile (#17)
When trying to set a set n_jobs parameter to -1 script failed with assertion error ``` gcc_clustering = ConnectedComponentsClustering( threshold=0.275, metric="euclidean", n_jobs=-1, ) ``` ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent...
https://en.wikipedia.org/wiki/HCS_clustering_algorithm