From 851b710aacdec9e40264679a2994e5ca1729daea Mon Sep 17 00:00:00 2001 From: Hoang-Anh Ngo <50743576+hoanganhngo610@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:22:07 +0700 Subject: [PATCH] Modify Docstring description for dist_func. --- river/cluster/hcluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/river/cluster/hcluster.py b/river/cluster/hcluster.py index 23b1d18b8f..fd5738bc7f 100644 --- a/river/cluster/hcluster.py +++ b/river/cluster/hcluster.py @@ -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 ----------