Skip to content
Snippets Groups Projects
Commit e4b947d5 authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

moved HDBSCAN function

parent 1cc1a75a
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -118,7 +118,7 @@ with container2:
cl = Sk_Kmeans(scsc, max_clusters = 30)
elif type_cluster == 'HDBSCAN':
from hdbscan import HDBSCAN_function
from Class_Mod.HDBSCAN_Clustering import HDBSCAN_function
labels, hdbscan_score = HDBSCAN_function(data_import, min_cluster_size=10)
with scores:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment