summaryrefslogtreecommitdiff
path: root/src/Rips_complex/utilities/ripscomplex.md
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-10-31 09:39:28 +0100
committerGitHub <noreply@github.com>2019-10-31 09:39:28 +0100
commit5ff4f3f76f423bcc708b62e0ecd6010889ad39f5 (patch)
treeb43661c24ba4c3188ee5e76753d0968a4354c75c /src/Rips_complex/utilities/ripscomplex.md
parent3bbdc086548740b6cc85c16b8afcd02b606c6bde (diff)
parent470ee54e1bdb0ff074db9213412766476ccf51fb (diff)
Merge pull request #104 from VincentRouvreau/sparse_rips_utils_threshold
Add maximal edge length parameter for sparse rips persistence utility
Diffstat (limited to 'src/Rips_complex/utilities/ripscomplex.md')
-rw-r--r--src/Rips_complex/utilities/ripscomplex.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Rips_complex/utilities/ripscomplex.md b/src/Rips_complex/utilities/ripscomplex.md
index 03838085..61f31e3c 100644
--- a/src/Rips_complex/utilities/ripscomplex.md
+++ b/src/Rips_complex/utilities/ripscomplex.md
@@ -99,6 +99,7 @@ where `dim` is the dimension of the homological feature, `birth` and `death` are
* `-h [ --help ]` Produce help message
* `-o [ --output-file ]` Name of file in which the persistence diagram is written. Default print in standard output.
+* `-r [ --max-edge-length ]` (default = inf) Maximal length of an edge for the Rips complex construction.
* `-e [ --approximation ]` (default = .5) Epsilon, where the sparse Rips complex is a (1+epsilon)/(1-epsilon)-approximation of the Rips complex.
* `-d [ --cpx-dimension ]` (default = INT_MAX) Maximal dimension of the Rips complex we want to compute.
* `-p [ --field-charac ]` (default = 11) Characteristic p of the coefficient field Z/pZ for computing homology.