summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/utilities/README
blob: cfdccf0b849ee30941d181333848ba84086bddfb (plain)
1
2
3
4
5
6
7
8
9
10
# Bottleneck_distance #

## `bottleneck_read_file_example` ##
This program computes the Bottleneck distance between two persistence diagram files.

Usage:
`bottleneck_read_file_example <file_1.pers> <file_2.pers> [<tolerance>]`

<file_1.pers> and <file_2.pers> must be in the format described [here](http://gudhi.gforge.inria.fr/doc/latest/fileformats.html#FileFormatsPers).
<tolerance> is an error bound on the bottleneck distance (set by default to the smallest positive double value).