What does dendrogram mean?
A dendrogram is a tree-shaped diagram used to display how a set of items — genes, species, customers, documents, or any objects with measurable similarities — group together at successive levels of similarity. Read from bottom to top (or root to tips), each fork marks a point where two clusters merge, so the height of every join reflects how alike the merged groups are: low joins indicate close kinship, high joins looser association. The word comes from Greek dendron, meaning 'tree', plus gramma, 'something drawn'. Dendrograms are the standard visual output of hierarchical clustering in statistics and machine learning, where analysts often 'cut' the tree at a chosen height to decide how many clusters the data naturally contain. Biologists also use them to portray degrees of similarity among organisms, though strictly evolutionary diagrams are usually called cladograms or phylogenetic trees. Compact and intuitive, the dendrogram turns a table of pairwise distances into a single picture of structure.
A branching tree diagram recording the sequence and levels at which items or clusters join in a hierarchical classification or clustering analysis.
"The software generated a dendrogram summarizing how the samples clustered at different similarity thresholds."
In statistical contexts the vertical axis typically represents linkage distance, and cutting the diagram horizontally determines the number of clusters.
A branching diagram depicting relationships among biological taxa or sequences based on measures of similarity.
"A dendrogram of the protein sequences grouped the enzymes into two main families."
When branches represent inferred evolutionary ancestry rather than overall similarity, scientists generally prefer the terms cladogram or phylogenetic tree.
Regular English plural; standard in both British and American scientific writing.
"Comparing dendrograms built from different distance metrics revealed how sensitive the clusters were to that choice."
Its name literally means 'tree drawing' in Greek — and biologists use it to draw the family tree of life itself.
Reviewed by Deb Chak, Editor. AI-assisted content curated by RJS Tech Solutions LLP.
Etymology of dendrogram
The word dendrogram derives from ancient Greek: dendron, meaning 'tree', combined with gramma, meaning 'something written or drawn'. It entered English in the twentieth century alongside the rise of numerical taxonomy and multivariate statistics, which needed a name for the tree diagrams their methods produced. The same root dendron appears in scientific compounds such as dendrite and rhododendron, while gramma also lies behind diagram and grammar.
How dendrogram is actually used
Dendrogram is a technical term belonging to statistics, machine learning, bioinformatics, and taxonomy; it is rarely used outside scientific and analytical writing. In strict statistical usage it denotes the output of hierarchical clustering specifically, while in biology it overlaps loosely with terms like cladogram and phylogenetic tree.
Easily confused with dendrogram
A cladogram shows inferred evolutionary branching order only, whereas a dendrogram is a general clustering diagram in which branch lengths may encode measured similarity rather than evolutionary relatedness.
A histogram is a bar chart showing the frequency distribution of data, while a dendrogram is a tree-like diagram showing hierarchical groupings.