summaryrefslogtreecommitdiff
path: root/src/python/gudhi/representations/vector_methods.py
AgeCommit message (Collapse)Author
2020-11-15Add support for irregular (non-evenly, completely sampled) Betti curves.Gard Spreemann
There's a conceptual difference in the meaning of the constructor's argument when compared to the existing BettiCurve class. In IrregularBettiCurve, only intervals born in [x_min, x_max) contribute to the Betti curve. The behavior of BettiCurve is of less use when not sampling evenly. TODO: We might want to move this "cropping" of the persistence diagram to a more general class that transforms PDs, instead of arbitrarily having it as part of the IrregularBettiCurve class.
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-03small optimmartinroyer-buntu
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-04-28added call methods + other fixesMathieuCarriere
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-20Minor tweaks to representationsMarc Glisse
uniform -> even matmul -> indexing min+max -> clip
2019-11-15The big rename: sktda -> representationsMarc Glisse