]> code.communitydata.science - cdsc_reddit.git/blobdiff - clustering/umap_hdbscan_clustering.py
changes from dirty branch.
[cdsc_reddit.git] / clustering / umap_hdbscan_clustering.py
index 5633d770391f06dd5488682b81cf03b6a6b4465e..cf4acbb0cd2887134f4717982f6ee855ebfd7038 100644 (file)
@@ -110,7 +110,7 @@ class umap_hdbscan_job(twoway_clustering_job):
         self.cluster_selection_method = hdbscan_args['cluster_selection_method']
 
     def after_run(self):
-        coords = self.step1.emedding_
+        coords = self.step1.embedding_
         self.cluster_data['x'] = coords[:,0]
         self.cluster_data['y'] = coords[:,1]
         super().after_run()

Community Data Science Collective || Want to submit a patch?