summaryrefslogtreecommitdiff
path: root/src/python/doc
diff options
context:
space:
mode:
authortlacombe <lacombe1993@gmail.com>2020-02-17 17:53:39 +0100
committertlacombe <lacombe1993@gmail.com>2020-02-17 17:53:39 +0100
commit16e80e921e1edbc63398f7dbc342bd25d1f169de (patch)
tree761ad9fed6bf01a910fb91d7ab27bd2deb3cde0d /src/python/doc
parent5e4bc93510f50dacdb59f1a7578aca72817c9631 (diff)
removed message about empty dgm
Diffstat (limited to 'src/python/doc')
-rw-r--r--src/python/doc/barycenter_user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/doc/barycenter_user.rst b/src/python/doc/barycenter_user.rst
index f81e9358..59f758fa 100644
--- a/src/python/doc/barycenter_user.rst
+++ b/src/python/doc/barycenter_user.rst
@@ -21,7 +21,7 @@ Basic example
-------------
This example computes the Frechet mean (aka Wasserstein barycenter) between four persistence diagrams.
-It is initialized on the 4th diagram, which is the empty diagram. It is encoded by np.array([]).
+It is initialized on the 4th diagram.
As the algorithm is not convex, its output depends on the initialization and is only a local minimum of the objective function.
Initialization can be either given as an integer (in which case the i-th diagram of the list is used as initial estimate)
or as a diagram.