From c60caee5623d0b1ef55e7b2a5854604080419df1 Mon Sep 17 00:00:00 2001 From: yuichi-ike Date: Tue, 12 May 2020 15:06:55 +0900 Subject: comment modified --- src/python/gudhi/weighted_rips_complex.py | 4 ++-- 1 file 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, -- cgit v1.2.3