summaryrefslogtreecommitdiff
path: root/src/python/gudhi/weighted_rips_complex.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/weighted_rips_complex.py')
-rw-r--r--src/python/gudhi/weighted_rips_complex.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/python/gudhi/weighted_rips_complex.py b/src/python/gudhi/weighted_rips_complex.py
index 7401c428..bccac1ff 100644
--- a/src/python/gudhi/weighted_rips_complex.py
+++ b/src/python/gudhi/weighted_rips_complex.py
@@ -12,9 +12,9 @@ from gudhi import SimplexTree
class WeightedRipsComplex:
"""
Class to generate a weighted Rips complex from a distance matrix and weights on vertices,
- in the way described in the paper 'DTM-based filtrations' https://arxiv.org/abs/1811.04757.
- Remark that the filtration value of a vertex is twice of its weight for the consistency with
- RipsComplex, which is different from the definition in the paper.
+ 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.
"""
def __init__(self,
distance_matrix,