Re: [sage-support] Re: persistent homology?

2021-05-30 Thread Guillaume Rousseau
I have not yet benchmarked it but am working on it, however it is definitely slower in comparison to Ripser / gudhi and co. (although if I understand correctly Ripser only computes homology for Vietoris-Rips complexes?), since it is a very direct python implementation of Zomorodian's algo with

Re: [sage-support] Re: persistent homology?

2021-05-29 Thread Linden Disney
Great to see that you've added to Zomorodian paper! Have you done any benchmarking of this yet? In the end I used Ripser++ ( https://github.com/simonzhang00/ripser-plusplus) which worked relatively well, but it seems to me that the current opinion in the field is that some sort of distributed

Re: [sage-support] Re: persistent homology?

2021-05-26 Thread Guillaume Rousseau
Hello all, I know I am a bit late to the party, but I have written a Sage module for computing persistent homology, and I just submitted a ticket ! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop

Re: [sage-support] Re: persistent homology?

2020-10-15 Thread Dima Pasechnik
On Thu, Oct 15, 2020 at 7:02 PM Linden Disney wrote: > > Ah ok, it may be the case that working with the R interface and using > TDAstats (https://cran.r-project.org/web/packages/TDAstats/index.html) might > now be the best solution, but I may comment on this again when I have landed > on what

[sage-support] Re: persistent homology?

2020-10-15 Thread Linden Disney
Ah ok, it may be the case that working with the R interface and using TDAstats (https://cran.r-project.org/web/packages/TDAstats/index.html) might now be the best solution, but I may comment on this again when I have landed on what I will use. On Thursday, October 15, 2020 at 6:57:24 PM UTC+1

[sage-support] Re: persistent homology?

2020-10-15 Thread John H Palmieri
No, I do not believe so. On Thursday, October 15, 2020 at 10:22:36 AM UTC-7, Linden Disney wrote: > > I am just starting a project involving persistent homology, did anything > end up happening with this? > > On Wednesday, September 13, 2017 at 1:55:30 AM UTC+1 slelievre wrote: > >> Tue

[sage-support] Re: persistent homology?

2020-10-15 Thread Linden Disney
I am just starting a project involving persistent homology, did anything end up happening with this? On Wednesday, September 13, 2017 at 1:55:30 AM UTC+1 slelievre wrote: > Tue 2017-09-12 07:25:20 UTC, Pierre: > > > I tried to follow the instructions, in a brand new cocalc project. > > This

[sage-support] Re: persistent homology?

2017-09-12 Thread slelievre
Tue 2017-09-12 07:25:20 UTC, Pierre: > I tried to follow the instructions, in a brand new cocalc project. > This failed, with [...] There have been major CoCalc changes since the successful installation I reported three weeks ago. Notably, CoCalc projects now run under Ubuntu 16.04.3 (vs

[sage-support] Re: persistent homology?

2017-09-12 Thread Pierre
I tried to follow the instructions, in a brand new cocalc project. This failed, with $ URL='https://gforge.inria.fr/frs/download.php/file/37020/' $ DIRNAME='2017-08-22-15-45-31_GUDHI_2.0.1-rc1' $ TARBALL=$DIRNAME'.tar.gz' $ curl -C - --retry 99 -o $TARBALL $URL$TARBALL $ tar xzf

[sage-support] Re: persistent homology?

2017-08-27 Thread slelievre
Le samedi 26 août 2017 11:29:32 UTC+2, Pierre a écrit : > Thank you so much!! I'll try all of that when I have time (next week). > I had tried to compile on cocalc (then SMC), i got some error messages, > mentioning Qt among other things. > > a couple of questions: > ** are the instructions for

[sage-support] Re: persistent homology?

2017-08-26 Thread Dima Pasechnik
I imagine that interoperability with Sage will need Python2. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post

[sage-support] Re: persistent homology?

2017-08-26 Thread Pierre
Thank you so much!! I'll try all of that when I have time (next week). I had tried to compile on cocalc (then SMC), i got some error messages, mentioning Qt among other things. a couple of questions: ** are the instructions for python2 or python3 ? ** are you able to play with gudhi in a

[sage-support] Re: persistent homology?

2017-08-25 Thread slelievre
Sun 2017-05-14 11:23:45 UTC+1, Pierre: > Thanks everyone for the answers. If i ever reach the stage when > i can run gudhi on some computer, and then the stage when i can > install it on my own computer, then i'll contemplate the project of > writing an interface to sage -- but don't hold your

[sage-support] Re: persistent homology?

2017-05-14 Thread Dima Pasechnik
I am in contact with the author of dionysus, who expressed the interest of it to be added to Sage. (he is releasing a new version soon, which is easier to install apparently) On Sunday, May 14, 2017 at 11:23:45 AM UTC+1, Pierre wrote: > > Thanks everyone for the answers. If i ever reach the

[sage-support] Re: persistent homology?

2017-05-14 Thread Pierre
Thanks everyone for the answers. If i ever reach the stage when i can run gudhi on some computer, and then the stage when i can install it on my own computer, then i'll contemplate the project of writing an interface to sage -- but don't hold your breath... On Friday, May 12, 2017 at 7:57:31

[sage-support] Re: persistent homology?

2017-05-12 Thread kcrisman
On Friday, May 12, 2017 at 10:23:43 AM UTC-4, John H Palmieri wrote: > > Sage has no interface to any persistent homology software. Please write > one! > > -- >> >> >>> +1 this would be a fantastic addition to Sage. -- You received this message because you are subscribed to the Google

[sage-support] Re: persistent homology?

2017-05-12 Thread John H Palmieri
Sage has no interface to any persistent homology software. Please write one! -- John On Friday, May 12, 2017 at 4:20:14 AM UTC-7, Dima Pasechnik wrote: > > > > On Friday, May 12, 2017 at 9:49:20 AM UTC+1, Pierre wrote: >> >> Is there any interface between Sage and persistent homology software?

[sage-support] Re: persistent homology?

2017-05-12 Thread Dima Pasechnik
On Friday, May 12, 2017 at 9:49:20 AM UTC+1, Pierre wrote: > > Is there any interface between Sage and persistent homology software? For > example this: > > http://gudhi.gforge.inria.fr/ > > > or this: > > > http://mrzv.org/software/dionysus/index.html > > > (Older threads here or on sage-devel