summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2017-03-17 14:48:09 +0100
committerUlrich Bauer <mail@ulrich-bauer.org>2017-03-17 14:48:09 +0100
commita5273a20832fee06d67970cdc4787bfc48ba7a52 (patch)
tree9b2b00bc34e32d3325e1c74f17809ae812b4459e /README.md
parent31a18897fb52e4e98faed5562e6b97da1e024b4c (diff)
parent5316ac671d2124ea66bc8d4c0f77528c68078b20 (diff)
Merge branch 'dev' into sparse-distance-matrix
* dev: typo in readme benchmark results gudhi benchmark output benchmark H^1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c5a2e6..4aae03d 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ The input is given either in a file whose name is passed as an argument, or thro
- `--format`: use the specified file format for the input. The following formats are supported:
- `lower-distance` (default if no format is specified): lower triangular distance matrix; a comma (or whitespace, or other non-numerical character) separated list of the distance matrix entries below the diagonal, sorted lexicographically by row index, then column index
- `upper-distance`: upper triangular distance matrix; similar to the previous, but for the entries above the diagonal; suitable for output from the MATLAB functions `pdist` or `seqpdist`, exported to a CSV file
- - `distances`: full distance matrix; similar to the above, but for all entries of the distance matrix
+ - `distance`: full distance matrix; similar to the above, but for all entries of the distance matrix
- `dipha`: DIPHA distance matrix as described on the [DIPHA] website
- `point-cloud`: point cloud; a comma (or whitespace, or other non-numerical character) separated list of coordinates of the points in some Euclidean space, one point per line
- `--dim k`: compute persistent homology up to dimension *k*