graph-based-clustering icon indicating copy to clipboard operation
graph-based-clustering copied to clipboard

Graph-Based Clustering using connected components and spanning trees.

Results 6 graph-based-clustering issues
Sort by recently updated
recently updated
newest added

- fix image paths (#14) - fix n_jobs=-1 error (#16) - add Makefile (#17)

enhancement

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...

bug

upgrade methods to be applied to new, unseen data.

enhancement

https://en.wikipedia.org/wiki/HCS_clustering_algorithm

enhancement