summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-11-22 11:50:34 +0100
committerMarc Glisse <marc.glisse@inria.fr>2019-11-22 11:50:34 +0100
commitda22cbc891b2b7a9b326e3840533b4d3b49a26d3 (patch)
treedc3d25c9577d6268b6bc5cf2988ccc9c437acc7b
parent84299342910d18aeaa1a605fe224bede13d647dc (diff)
Fix link to bottleneck_distance.
-rw-r--r--src/python/gudhi/representations/metrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/representations/metrics.py b/src/python/gudhi/representations/metrics.py
index f9f59053..5f9ec6ab 100644
--- a/src/python/gudhi/representations/metrics.py
+++ b/src/python/gudhi/representations/metrics.py
@@ -91,7 +91,7 @@ class BottleneckDistance(BaseEstimator, TransformerMixin):
Constructor for the BottleneckDistance class.
Parameters:
- epsilon (double): absolute (additive) error tolerated on the distance (default is the smallest positive float), see :func:`bottleneck_distance`.
+ epsilon (double): absolute (additive) error tolerated on the distance (default is the smallest positive float), see :func:`gudhi.bottleneck_distance`.
"""
self.epsilon = epsilon