Skip to content

Commit

Permalink
Modify Docstring description for dist_func.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhngo610 committed Sep 13, 2023
1 parent c356828 commit 851b710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion river/cluster/hcluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class HierarchicalClustering(base.Clusterer):
window_size
number of data points to use
dist_func
distance function to use to compare the nodes
A distance function to use to compare the nodes. The Minkowski distance with `p=2` is used as default.
Attributes
----------
Expand Down

0 comments on commit 851b710

Please sign in to comment.