Skip to content

Commit

Permalink
Merge pull request #4636 from shiltemann/ananas-1
Browse files Browse the repository at this point in the history
update svg to have a white background for better display in dark mode
  • Loading branch information
bgruening authored Jan 15, 2024
2 parents 0ba04fe + b7039a5 commit 472745a
Show file tree
Hide file tree
Showing 2 changed files with 1,109 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ All data points are chosen at the bottom and each one is assigned to a separate

By looking at the dendrogram, the clusters can be observed showing different groups in the best way. The optimal number of clusters is the number of vertical lines in the dendrogram cut by a horizontal line that can transverse maximum distance vertically without intersecting a cluster.

In the above example, the best choice of the number of clusters will be 4 as the red horizontal line in the dendrogram below covers maximum vertical distance AB. For more details, please read [here](https://www.analyticsvidhya.com/blog/2016/11/an-introduction-to-clustering-and-different-methods-of-clustering/).
In the above example, the best choice of the number of clusters will be 4 as the red horizontal line in the dendrogram below covers maximum vertical distance AB. For more details, please read [this blogpost entitled *"Clustering | Introduction, Different Methods, and Applications"*](https://www.analyticsvidhya.com/blog/2016/11/an-introduction-to-clustering-and-different-methods-of-clustering/).
![data](images/Hierarchical_clustering_2.png "Hierarchical clustering")


Expand Down

0 comments on commit 472745a

Please sign in to comment.