summaryrefslogtreecommitdiff
path: root/src/python/gudhi/barycenter.py
AgeCommit message (Expand)Author
2020-03-31removed unused importtlacombe
2020-03-17removed _optimal_matching from barycenter as it is now handled by wasserstein...tlacombe
2020-03-16added mention that _optimal matching should be removed at some pointtlacombe
2020-03-16update doc (indentation, mention of -1 for the diag) and added a few more teststlacombe
2020-02-24changed doc for CI ?tlacombe
2020-02-24changed double quote into simple quote to be consistent with wasserstein.pytlacombe
2020-02-17specified that the alg returns None if input is emptytlacombe
2020-02-17update doc + removed normalization + use argwheretlacombe
2020-02-14moved import after docstring + reduce lines < 80 chartlacombe
2020-02-14update import gudhi.wassersteintlacombe
2020-02-14barycenter update, adding more tests and details about log (assigments, cost,...tlacombe
2019-12-19removed plot barycenter. Will be integrated in a tutorialtlacombe
2019-12-19clean code and doctlacombe
2019-12-17Update src/python/gudhi/barycenter.py Théo Lacombe
2019-12-16correction testtlacombe
2019-12-16update CMakeLists and create test_wasserstein_barytlacombe
2019-12-05added image for barycenter in the /img repositorytlacombe
2019-12-05first version of barycenter for persistence diagramstlacombe
2019-10-18updated documentation in barycenter.pytlacombe
2019-10-18commit first draft of barycenter.pytlacombe