Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Hm, perhaps you can add a usage note/example for someone who isn't already familiar with computational topology? Say I have some list/array from which I plot my histogram - how do I use your example implementation, concretely. I noticed that get_persistent_homology() returns different results when the input is sorted or not. Also, what is returned exactly by that function? A list of Peak elements where each 'Peak' has left/right/born/died fields ... How do I get the 'real' peak from that? Commented May 20, 2022 at 10:28