Skip to content

Commit 64e6199

Browse files
committed
Minor edits
1 parent 4789ac9 commit 64e6199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04 - Clustering.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"\n",
223223
"Hierarchical clustering methods make fewer distributional assumptions when compared to K-means methods. However, K-means methods are generally more scalable, sometimes very much so.\n",
224224
"\n",
225-
"Hierarchical clustering creates clusters by either a divisive method or agglomerative method. The divisive method is a \"top down\" approach starting with the entire dataset and then finding partitions in a stepwise manner. The later method is known as agglomerative clustering is a \"bottom up** approach. In this lab you will work with agglomerative clustering which roughly works as follows:\n",
225+
"Hierarchical clustering creates clusters by either a *divisive* method or *agglomerative* method. The divisive method is a \"top down\" approach starting with the entire dataset and then finding partitions in a stepwise manner. Agglomerative clustering is a \"bottom up** approach. In this lab you will work with agglomerative clustering which roughly works as follows:\n",
226226
"\n",
227227
"1. The linkage distances between each of the data points is computed.\n",
228228
"2. Points are clustered pairwise with their nearest neighbor.\n",

0 commit comments

Comments
 (0)