From bb9b6b2a58d3b31a0e25d473339f2bde6430a52d Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Tue, 19 May 2020 20:16:32 +0200 Subject: long line --- src/python/gudhi/point_cloud/dtm.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/python/gudhi/point_cloud') diff --git a/src/python/gudhi/point_cloud/dtm.py b/src/python/gudhi/point_cloud/dtm.py index d836c28d..55ac58e6 100644 --- a/src/python/gudhi/point_cloud/dtm.py +++ b/src/python/gudhi/point_cloud/dtm.py @@ -95,8 +95,9 @@ class DTMDensity: Only available for the Euclidean metric, defaults to False. n_samples (int): number of sample points used for fitting. Only needed if `normalize` is True and metric is "neighbors". - kwargs: same parameters as :class:`~gudhi.point_cloud.knn.KNearestNeighbors`, except that metric="neighbors" means that - :func:`transform` expects an array with the distances to the k nearest neighbors. + kwargs: same parameters as :class:`~gudhi.point_cloud.knn.KNearestNeighbors`, except that + metric="neighbors" means that :func:`transform` expects an array with the distances to + the k nearest neighbors. """ if weights is None: self.k = k -- cgit v1.2.3