summaryrefslogtreecommitdiff
path: root/src/python/gudhi/dtm_rips_complex.py
diff options
context:
space:
mode:
authoryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-28 09:19:55 +0900
committeryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-28 09:19:55 +0900
commita9e1f9bbb4b39bca0d59857f57f5182701532820 (patch)
tree54dd693ddcb7a2dfa87c4f6098c8b18f23a3de4a /src/python/gudhi/dtm_rips_complex.py
parent55316205b2c7c2e3d7e3fe3ea92e20f3f8b29b11 (diff)
comment modified
Diffstat (limited to 'src/python/gudhi/dtm_rips_complex.py')
-rw-r--r--src/python/gudhi/dtm_rips_complex.py2
1 files changed, 1 insertions, 1 deletions
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.