summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2017-02-22 12:55:07 +0100
committerUlrich Bauer <mail@ulrich-bauer.org>2017-02-22 12:55:07 +0100
commiteb8a0a7d92c1b3260ff33e8f213b7369dd038d0b (patch)
tree879bc687e7cab94a23db0e092b05b60a54709d34
parentf84042ed1b0b1de7f66e57d9a516cf60736af91a (diff)
typo in readme
-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*