From da22cbc891b2b7a9b326e3840533b4d3b49a26d3 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 22 Nov 2019 11:50:34 +0100 Subject: Fix link to bottleneck_distance. --- src/python/gudhi/representations/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python') 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 -- cgit v1.2.3