-
Data Details and Pre-Processing 4
-
Lecture1.1
-
Lecture1.2
-
Lecture1.3
-
Quiz1.1
-
-
Clustering: Unsupervised Analysis 6
-
Lecture2.1
-
Lecture2.2
-
Lecture2.3
-
Lecture2.4
-
Lecture2.5
-
Assignment2.1
-
-
Classification: Supervised Analysis 5
-
Lecture3.1
-
Lecture3.2
-
Assignment3.1
-
Lecture3.3
-
Quiz3.1
-
-
Conclusion 3
-
Lecture4.1
-
Lecture4.2
-
Assignment4.1
-
This content is protected, please login and enroll course to view this content!
Prev
H-Clust Pipeline
Next
k-Means Pipeline
Comments
Leave A Reply Cancel reply
You must be logged in to post a comment.
2 Comments
Hi,
How to arrive at the dendrogram of K-means clustering output (which is text file) as provided in the lecture here? There is no tutorial added for that here…
Thanks.
Velu, as you can see in the text it says “but looking at dendrogram from H-clust below we see that luminal could be split into two clusters, which correspond to our two clusters here).” – the dendrogram is an output from H-clust (hierarchical clustering). K-means clusters can be visualized using several methods like PCA where we have a scatterplot, but the additional visualization done by coloring samples that belong to a cluster with color associated with K-means output. We will have such a tutorial available soon as a standalone lesson.