I use Aitchison distance as the input to a hierarchical clustering dendrogram. I started labeling and interpreting the dendrogram but wasn't sure about a few aspects:
Are the vertical distances on the dendrogram in the same units as the input dendrogram? For example, if I label the y-axis as "Aitchison Distance" is that accurate?
When calculating branch distance, is that in units of the original distance matrix? (e.g., calculated w/ http://etetoolkit.org/docs/latest/tutorial/tutorial_trees.html#working-with-branch-distances)
In regards to the question above, is branch distance usually interpreted the same as "shortest path" in a graph?