summaryrefslogtreecommitdiff
path: root/src/python/gudhi/representations
AgeCommit message (Collapse)Author
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