summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-12 15:06:55 +0900
committeryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-12 15:06:55 +0900
commitc60caee5623d0b1ef55e7b2a5854604080419df1 (patch)
treeb8d871e712aed120aa03c57d248653316ada76c5
parent2c4049895bb2844c2ad1b43b9df51ad5b259fc39 (diff)
comment modified
-rw-r--r--src/python/gudhi/weighted_rips_complex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/gudhi/weighted_rips_complex.py b/src/python/gudhi/weighted_rips_complex.py
index bccac1ff..0541572b 100644
--- a/src/python/gudhi/weighted_rips_complex.py
+++ b/src/python/gudhi/weighted_rips_complex.py
@@ -13,8 +13,8 @@ class WeightedRipsComplex:
"""
Class to generate a weighted Rips complex from a distance matrix and weights on vertices,
in the way described in :cite:`dtmfiltrations`.
- Remark that all the filtration values of vertices are twice of the given weights for the consistency
- with RipsComplex, which is different from the definition in the paper.
+ Remark that all the filtration values are doubled compared to the definition in the paper
+ for the consistency with RipsComplex.
"""
def __init__(self,
distance_matrix,