summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnur Nigmetov <a.nigmetov@gmail.com>2016-06-06 10:40:05 +0200
committerArnur Nigmetov <a.nigmetov@gmail.com>2016-06-06 10:40:05 +0200
commit0a997312d06972b8eef9f1de21fb4d827b47eca7 (patch)
treee7088a59c4bc9a6bf317be2d7398e0cbfc1036c1
Initial commit - README
-rw-r--r--README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..cba8e0a
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,12 @@
+This repository contains software to compute bottleneck and Wasserstein
+distances between persistence diagrams.
+See Kerber, Michael, Dmitriy Morozov, and Arnur Nigmetov.
+"Geometry Helps to Compare Persistence Diagrams.", ALENEX 2016.
+http://dx.doi.org/10.1137/1.9781611974317.9
+
+Unfortunately, the license for the two parts is different. The bottleneck
+part is licensed under LGPL (because it uses ANN library), the Wasserstein
+part is licensed under less restrictive license. If you are going to use
+this software for research purposes, you probably do not need to worry about
+that.
+