summaryrefslogtreecommitdiff
path: root/src/python/gudhi/wasserstein.py
AgeCommit message (Expand)Author
2020-03-31created wasserstein repotlacombe
2020-03-31changed import to import gudhi.barycenter as barycentertlacombe
2020-03-31changed into import .barycenter for local import in wasserstein, and modified...tlacombe
2020-03-31added import barycenter on top of the file so that we can call for gudhi.wass...tlacombe
2020-03-10fix indentation in wassersteintlacombe
2020-03-10Update src/python/gudhi/wasserstein.pyThéo Lacombe
2020-03-10correction of typo in the doctlacombe
2020-03-10changed output of matching as a (n x 2) array, adapted tests and doctlacombe
2020-03-10removed _clean_match and changed matching format, it is now a (n x 2) numpy a...tlacombe
2020-03-10removed P[P < 0.5] thresholding ; as it shouldn't happen anymore.tlacombe
2020-03-05completed as...tlacombe
2020-03-03update wasserstein distance with pot so that it can return optimal matching now!tlacombe
2020-02-08Euclidean with a capital EMarc Glisse
2020-02-07More uniform notations between the 2 wassersteinsMarc Glisse
2020-01-14Merge pull request #192 from tlacombe/wdistVincent Rouvreau
2020-01-13Update src/python/gudhi/wasserstein.pyThéo Lacombe
2020-01-13fix typo in doc wasserstein_distance with new variables naming conventions.tlacombe
2020-01-13update variable names, going for order and internal_ptlacombe
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2020-01-07changing variable name from (p, q) to (q, internal_p). Must also be done in t...tlacombe
2019-11-18Make the license a comment instead of a stringMarc Glisse
2019-10-31Increase numItermax in the call to POT.Marc Glisse
2019-10-18Update src/python/gudhi/wasserstein.py Théo Lacombe
2019-10-18Update src/python/gudhi/wasserstein.pyThéo Lacombe
2019-10-17Few improvements to the documentation.tlacombe
2019-10-17updated wasserstein doc to be sphinx-compatible + correction of typo in the .rsttlacombe
2019-09-23updated pot install instructions, including condatlacombe
2019-09-23updated wasserstein.py ; added _ in front of private functions, added q=np.in...tlacombe
2019-09-23wasserstein distance added on forktlacombe