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
I have an unweighted and undirected graph obtained via delaunay triangulation. I input 1269x1269 sparse matrix to FlagserPersistence as shown in persistent_homology_graphs.ipynb However, the FlagserPersistence tool with vertex degree filtration gives me a diagram in which both birth and death are negatives.
GF= FlagserPersistence(homology_dimensions=[0, 1], directed=False,filtration = 'vertex_degree')
I expect a sublevel filtration with a monotone increasing vertex degree threshold.
The text was updated successfully, but these errors were encountered:
I have an unweighted and undirected graph obtained via delaunay triangulation. I input 1269x1269 sparse matrix to FlagserPersistence as shown in persistent_homology_graphs.ipynb However, the FlagserPersistence tool with vertex degree filtration gives me a diagram in which both birth and death are negatives.
GF= FlagserPersistence(homology_dimensions=[0, 1], directed=False,filtration = 'vertex_degree')
I expect a sublevel filtration with a monotone increasing vertex degree threshold.
The text was updated successfully, but these errors were encountered: