gudhi-devel icon indicating copy to clipboard operation
gudhi-devel copied to clipboard

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.

Results 242 gudhi-devel issues
Sort by recently updated
recently updated
newest added

On the documentation page group__cech__complex.html we see: ![image](https://user-images.githubusercontent.com/5223533/176872476-80fb5f61-6d01-486e-a811-0265e47ce141.png) So the description of `Čech complex` has its reference in brackets to Wikipedia, but the `simplicial complex` has a direct link to...

I tried to use a tensorflow model to generate persistence diagrams ; using keras backend, and `gudhi.wasserstein.wasserstein_distance` as a loss function. I got the error ``` TypeError: len is not...

I would like to build a Delaunay triangulation with CGAL, manipulate it a little, so that it is Delaunay with respect to a larger point cloud, and then use GUDHI...

For debugging purposes, it would be convenient in Python to be able to access the vector called "data" in CubicalComplex. It can be private, undocumented, have an ugly name starting...

enhancement

In the documentation, we give 2 examples for TimeDelayEmbedding time-series = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] point cloud = [[1, 4, 7], [3, 6, 9]]...

optimization

Provide a quantization algorithm to "summarize" a collection of persistence diagrams. (At least) One thing that may be discussed : - I put the code in the `python/gudhi/wasserstein/` repo, because...

A pull request for adding RipsNet to GUDHI. An architecture for fast and robust estimation of persistence diagram vectorizations of point clouds. Notice that, for the moment, RipsNet documentation is...

As I learnt in https://github.com/anigmetov/hera/issues/7, some new changes landed in the Hera repository. Of course there is no hurry, doing nothing means we keep using the old version which works...

Our code was written for use with TBB, we need to check if it also works with the more recent oneTBB. I think Tangential_complex/benchmark/benchmark_tc.cpp may be problematic. I also reported...