summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-04Prepare to output real relative error.Arnur Nigmetov
In Wasserstein distance computation AuctionRunner class now has a field relativeError which contains the relative error which we can guarantee, so if the user asked for 0.1 accuracy, but the result is 0.03 accurate, this information can be retrieved.
2017-04-04README edited: relative_error clarifiedArnur Nigmetov
2017-03-05Bug in exact version of bottleneck fixed"Arnur Nigmetov
Allow for machine arithmetic errors when searching for candidates for distance (increase the width of the stripes slightly).
2017-02-22Warning for zero persistence pointsArnur Nigmetov
2017-02-22temporary fix for exact version from filesArnur Nigmetov
2016-11-09Ignore zero persistence in the inputArnur Nigmetov
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-07-18Rename def_debug.h to def_debug_ws.hArnur Nigmetov
2016-07-18Rename def_debug.h to def_debug_bt.hArnur Nigmetov
2016-06-16Merge branch 'master' of bitbucket.org:grey_narn/heraArnur Nigmetov
2016-06-16Add missing CMakeLists and licence.txt, edit .gitignoreArnur Nigmetov
2016-06-06README.txt edited online with Bitbucketmkerber
2016-06-06README.txt edited online with BitbucketArnur Nigmetov
2016-06-06README.txt edited online with BitbucketArnur Nigmetov
2016-06-06Add actual source from previous reposArnur Nigmetov
2016-06-06Initial commit - READMEArnur Nigmetov