From 71b981c13c007d33f4042823703f98e41ff56770 Mon Sep 17 00:00:00 2001 From: jfalkenhagen Date: Fri, 10 Jul 2020 14:19:44 +0200 Subject: Proof_Of-Concept_PELT: Fixed Typo --- bin/Proof_Of_Concept_PELT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/Proof_Of_Concept_PELT.py b/bin/Proof_Of_Concept_PELT.py index 0e63b78..92d09fa 100644 --- a/bin/Proof_Of_Concept_PELT.py +++ b/bin/Proof_Of_Concept_PELT.py @@ -579,6 +579,7 @@ if __name__ == '__main__': # show_leaf_counts=True) # plt.show() # TODO: Automatic detection of number of clusters. Aktuell noch MAGIC NUMBER + # im distance_threshold cluster = AgglomerativeClustering(n_clusters=None, compute_full_tree=True, affinity='euclidean', linkage='ward', distance_threshold=opt_refinement_thresh*100) # cluster = AgglomerativeClustering(n_clusters=5, affinity='euclidean', -- cgit v1.2.3