Skip to content

Commit

Permalink
bisection
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Apr 26, 2020
1 parent e65e94b commit 9e8a8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhrp/hrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def linkage(dist, method="ward", **kwargs):
"""
Based on distance matrix compute the underlying links
:param dist: The distance metric based on the correlation matrix
:param dist: The distance vector based on the correlation matrix
:param method: "single", "ward", etc.
:return: links The links describing the graph (useful to draw the dendrogram) and basis for constructing the tree object
"""
Expand Down

0 comments on commit 9e8a8ea

Please sign in to comment.