You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all. Thanks for this package! I'm trying to learn a bit of TDA, and I'm trying to understand the outputs of the package. One thing I was wondering was whether it is possible to obtain the simplicial complex for a given threshold. For example, given a distance matrix and a "radius" of 0.1, I wanted to obtain the simplicial complex in order to visualize connections as the radius increased. Is it possible with the package? I saw that there is a Simplex data structure, but it does not seem to have the actual connections for the given input points.