From a9e1f9bbb4b39bca0d59857f57f5182701532820 Mon Sep 17 00:00:00 2001 From: yuichi-ike Date: Thu, 28 May 2020 09:19:55 +0900 Subject: comment modified --- src/python/gudhi/dtm_rips_complex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/python/gudhi/dtm_rips_complex.py b/src/python/gudhi/dtm_rips_complex.py index d77ad36e..63c9b138 100644 --- a/src/python/gudhi/dtm_rips_complex.py +++ b/src/python/gudhi/dtm_rips_complex.py @@ -28,7 +28,7 @@ class DTMRipsComplex(WeightedRipsComplex): max_filtration=float('inf')): """ Args: - points (Sequence[Sequence[float]]): list of points. + points (numpy.ndarray): array of points. distance_matrix (numpy.ndarray): full distance matrix. k (int): number of neighbors for the computation of DTM. Defaults to 1, which is equivalent to the usual Rips complex. q (float): order used to compute the distance to measure. Defaults to 2. -- cgit v1.2.3