summaryrefslogtreecommitdiff
path: root/src/python/gudhi/representations
AgeCommit message (Expand)Author
2022-01-18Fix BettiCurve doc in source codeHind-M
2021-11-24Make the new BettiCurve class compatible with the old interfaceHind-M
2021-11-22Merge remote-tracking branch 'upstream/master' into gspr/exact-betti-curveHind-M
2021-11-05code review: try/except in function and assert on length of diagrams for erro...Vincent Rouvreau
2021-11-05code review: factorize sample range computationVincent Rouvreau
2021-11-04code review: try-except inside the ifVincent Rouvreau
2021-10-22Fix exception management when sklearn version < 1.0Vincent Rouvreau
2021-10-20Make Entropy work and also fix a bug in the loopVincent Rouvreau
2021-10-18First part of the fixVincent Rouvreau
2021-05-16TypoGard Spreemann
2021-05-16Update doc string to reflect new class nameGard Spreemann
2021-04-30Replace old BettiCurve classGard Spreemann
2021-04-30Allow specifying range for uniform predefined grid for compatibility with old...Gard Spreemann
2021-04-28Handle an empty list of persistence diagramsGard Spreemann
2021-02-28Elaborate doc stringGard Spreemann
2021-02-28More precise interpolation invariant documentation textGard Spreemann
2021-02-28Behave in line with scikit-learn guidelinesGard Spreemann
2021-02-28Move documentation string to classGard Spreemann
2021-01-11Ignore doctest for atol doc. Rewrite unitary test for atol doc. To be synchro...ROUVREAU Vincent
2021-01-11skip doctest (but run them)ROUVREAU Vincent
2021-01-11Remove sphinx doc test for atol as points order can be inverted and add it in...ROUVREAU Vincent
2020-12-20More flexible Betti curve computations.Gard Spreemann
2020-11-07Swap clip with int conversionMarc Glisse
2020-11-05More numpy in BettiCurveMarc Glisse
2020-07-23Merge pull request #348 from martinroyer/atolVincent Rouvreau
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
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