diff options
author | jfalkenhagen <jfalkenhagen@uos.de> | 2020-07-10 14:19:44 +0200 |
---|---|---|
committer | jfalkenhagen <jfalkenhagen@uos.de> | 2020-07-10 14:19:44 +0200 |
commit | 71b981c13c007d33f4042823703f98e41ff56770 (patch) | |
tree | 60ac7e8a630f2d452d671d1f55152d4d11e19fe4 /bin | |
parent | 56c0cd63af5e34fc2e3da64018155f715825a343 (diff) |
Proof_Of-Concept_PELT: Fixed Typo
Diffstat (limited to 'bin')
-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', |