summaryrefslogtreecommitdiff
path: root/geom_matching/wasserstein/include/dnn
AgeCommit message (Collapse)Author
2018-05-31Fix bug in point cloud version.Arnur Nigmetov
internal_p was not respected by DynamicPointTraits, l_2 distance was always used.
2018-05-15Fixed iterator arithmetic for small diagsArnur Nigmetov
2018-01-20Major rewrite, templatized versionArnur Nigmetov
2017-07-05Price adjustment; maxIterNum increasedArnur Nigmetov
For high Wasserstein powers price adjustment (subtract minimal price) is needed.
2016-09-05Technical changes for R integrationArnur Nigmetov
Avoid including iostream (R complains about that). All output protected by preprocessor directive (R checker should not see an instance of std::cout << in your code). Also added getWassersteinCost to be in line with the Dionysus implementation used in TDA.
2016-06-06Add actual source from previous reposArnur Nigmetov