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
The documentation says that, when one uses VietorisRipsPersistence(metric="precomputed"), matrices in X should have the following property:
Entries of X should be compatible with a filtration, i.e. the value at index (i, j) should be no smaller than the values at diagonal indices (i, i) and (j, j).
At the same time, if I feed it matrices that don't have this property, the code does not throw an exception. How does the code handle this situation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The documentation says that, when one uses VietorisRipsPersistence(metric="precomputed"), matrices in X should have the following property:
Entries of X should be compatible with a filtration, i.e. the value at index (i, j) should be no smaller than the values at diagonal indices (i, i) and (j, j).
At the same time, if I feed it matrices that don't have this property, the code does not throw an exception. How does the code handle this situation?
Beta Was this translation helpful? Give feedback.
All reactions