summaryrefslogtreecommitdiff
path: root/src/python/gudhi
diff options
context:
space:
mode:
authortlacombe <lacombe1993@gmail.com>2020-02-24 13:18:38 +0100
committertlacombe <lacombe1993@gmail.com>2020-02-24 13:18:38 +0100
commit2dc7b150576d959b489d3f52890242fd6a492171 (patch)
treed1e1ef619f47309074b701b0f13a3924e4162c4a /src/python/gudhi
parent3e15e9fe5bffb0ffcf8f7f3a0dac1c331646630a (diff)
changed doc for CI ?
Diffstat (limited to 'src/python/gudhi')
-rw-r--r--src/python/gudhi/barycenter.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/python/gudhi/barycenter.py b/src/python/gudhi/barycenter.py
index 4e132c23..a41b5906 100644
--- a/src/python/gudhi/barycenter.py
+++ b/src/python/gudhi/barycenter.py
@@ -95,11 +95,6 @@ def _optimal_matching(X, Y, withcost=False):
def lagrangian_barycenter(pdiagset, init=None, verbose=False):
'''
- Returns the estimated barycenter computed with the algorithm provided
- by Turner et al (2014).
- As the algorithm is not convex, the output depends on initialization.
- It is a local minimum of the corresponding Frechet function.
-
:param pdiagset: a list of size m containing numpy.array of shape (n x 2)
(n can variate), encoding a set of
persistence diagrams with only finite coordinates.