summaryrefslogtreecommitdiff
path: root/src/python/gudhi/representations
AgeCommit message (Collapse)Author
2020-11-07Swap clip with int conversionMarc Glisse
This allows correct handling of infinite values.
2020-11-05More numpy in BettiCurveMarc Glisse
suggested by @raphaeltinarrage
2020-07-23Merge pull request #348 from martinroyer/atolVincent Rouvreau
Introduction of ATOL in finite vectorisation method
2020-07-03small optimmartinroyer-buntu
2020-06-29Merge branch 'master' into fix342Théo Lacombe
2020-06-29update default param for representation.metricstlacombe
2020-06-19fix for null inertiasmartinroyer
2020-06-16Update src/python/gudhi/representations/vector_methods.pymartinroyer
2020-06-11case n_centers = 1martinroyer
2020-06-11test value tweakmartinroyer
2020-06-11Apply suggestions from code review #456 martinroyer
(thank you Marc!)
2020-06-10remove epsilonsmartinroyer
2020-06-10Apply suggestions from code reviewmartinroyer
2020-06-09awful testmartinroyer
2020-06-09remove randomness in examplemartinroyer
2020-06-09Update src/python/gudhi/representations/vector_methods.pymartinroyer
2020-06-09tweak test results from docmartinroyer
2020-06-09Update src/python/gudhi/representations/vector_methods.pymartinroyer
2020-06-09fix minimal examplemartinroyer
2020-06-09Apply suggestions from code reviewmartinroyer
2020-06-08ATOL introduction as finite vectorisation methodmartinroyer
2020-06-02Some testMarc Glisse
2020-06-02n_jobs for kernelsMarc Glisse
2020-06-02More n_jobs in metricsMarc Glisse
2020-06-02Parallelism in pairwise_distancesMarc Glisse
2020-05-11Double underscore is not the correct syntaxROUVREAU Vincent
2020-05-11Fix #299ROUVREAU Vincent
2020-04-29small modifsMathieuCarriere
2020-04-28added call methods + other fixesMathieuCarriere
2020-04-28fix conflictMathieuCarriere
2020-03-16fixed docMathieuCarriere
2020-03-12fixed error messageMathieuCarriere
2020-03-11new fixesmathieu
2020-03-10new fixesmathieu
2020-02-13integrated heramathieu
2020-02-13integrated heramathieu
2020-02-07added sklearn trickMathieuCarriere
2020-01-31factorization of distance and kernel computationsMathieuCarriere
2020-01-16added wasserstein classmathieu
2019-12-11cleanup for landscape resolutionmathieu
2019-12-11cleanupmathieu
2019-12-11fixed landscapemathieu
2019-12-08fixed useless coordinates in Landscape if min and max are computed from dataMathieuCarriere
2019-11-22Fix link to bottleneck_distance.Marc Glisse
2019-11-21Generalize Clamping to min and maxMarc Glisse
Fix #146.
2019-11-20More tweaks in representationsMarc Glisse
wording for the case where CGAL is missing comparing pointers is sufficient to detect if we are doing fit_transform epsilon is an additive error for bottleneck, so it is unsafe to use 1e-3 or 1e-4 as default
2019-11-20Minor tweaks to representationsMarc Glisse
uniform -> even matmul -> indexing min+max -> clip
2019-11-15The big rename: sktda -> representationsMarc Glisse