diff options
-rw-r--r-- | bin/Proof_Of_Concept_PELT.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |