summaryrefslogtreecommitdiff
path: root/src/python/gudhi/weighted_rips_complex.py
diff options
context:
space:
mode:
authoryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-12 09:37:32 +0900
committeryuichi-ike <yuichi.ike.1990@gmail.com>2020-05-12 09:37:32 +0900
commit6c17494e02721ca826750155bac14c7f91a173fa (patch)
tree94caf6a3852dd82f8c1b13f4394ee02e3e52661f /src/python/gudhi/weighted_rips_complex.py
parent5040c75893cb864f5e780b6644b8097f7beeb3a6 (diff)
reference and comments added
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,