Marc Glisse
Marc Glisse
This is a common difficulty with TDA, you don't just throw it at your data, you need to select some view of your data, here a filtration. You could compute...
> You mean to use a certain characteristic (choose a threshold) as a filter condition to filter Only if that makes sense for your data. Persistence is about looking at...
(just passing by) https://apt.llvm.org/ may be easier than building from source, if you intend to test it on linux.
I am not sure we really need to **prove** that we got all of them correct. Of course, automatically testing a large proportion sounds good. Couldn't we use a coverage...
> Well, last time I checked (probably long time ago), I was not able to find a tool that could report coverage on a library of templates. Traditional coverage tools...
> That would be very interesting, even at the whole CGAL level. Then you can try, starting from something like ``` cmake -DBUILD_TESTING=ON -DWITH_examples=ON -DWITH_tests=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage" .. nice ctest...
> it requires a manual look at all the source files you are interested in Good thing we are seldom interested in the whole library then :wink:
Hi Mael, what is the status of this PR? We were waiting until it is done to add a python wrapper in gudhi, since the API should be a bit...
> The API should be relatively stable, and pretty much the same as every other triangulations (even the current "master" periodic triangulations) for the usual functionalities such as `insert`, `remove`,...
> I hope that I forget no one Hind?