Skip to content

Commit d3875f6

Browse files
authored
Dendrogram tutorial and dendextend
1 parent c728d2f commit d3875f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ Understanding SVM Regression: [slides](https://cs.adelaide.edu.au/~chhshen/teach
609609
#### Clustering
610610
[Overview of clustering algorithms applied image data (= Deep Clustering)](https://deepnotes.io/deep-clustering).
611611
[Clustering with Deep Learning: Taxonomy and New Methods](https://arxiv.org/pdf/1801.07648.pdf).
612+
[Hierarchical Cluster Analysis (R Tutorial)](https://uc-r.github.io/hc_clustering) - Dendrogram, Tanglegram
612613
[hdbscan](https://github.com/scikit-learn-contrib/hdbscan) - Clustering algorithm, [talk](https://www.youtube.com/watch?v=dGsxd67IFiU), [blog](https://towardsdatascience.com/understanding-hdbscan-and-density-based-clustering-121dbee1320e).
613614
[pyclustering](https://github.com/annoviko/pyclustering) - All sorts of clustering algorithms.
614615
[FCPS](https://github.com/Mthrun/FCPS) - Fundamental Clustering Problems Suite (R package).
@@ -622,6 +623,7 @@ Understanding SVM Regression: [slides](https://cs.adelaide.edu.au/~chhshen/teach
622623
[phenograph](https://github.com/dpeerlab/phenograph) - Clustering by community detection.
623624
[HypHC](https://github.com/HazyResearch/HypHC) - Hyperbolic Hierarchical Clustering.
624625
[BanditPAM](https://github.com/ThrunGroup/BanditPAM) - Improved k-Medoids Clustering.
626+
[dendextend](https://github.com/talgalili/dendextend) - Comparing dendrograms (R package).
625627

626628
##### Clustering Evalutation
627629
[Wagner, Wagner - Comparing Clusterings - An Overview](https://publikationen.bibliothek.kit.edu/1000011477/812079)

0 commit comments

Comments
 (0)