tdaverse / ggtda

ggplot2 extension to visualize persistent homology
https://tdaverse.github.io/ggtda/
GNU General Public License v3.0
21 stars 6 forks source link

Implement persistence images #18

Closed rrrlw closed 9 months ago

rrrlw commented 4 years ago

Introduced in this JMLR article

corybrunson commented 2 years ago

Something to consider for the broader tdaverse is a standalone package for vectorizations of persistence data. These might include

I mention this because it would save {ggtda} a lot of code without introducing dependencies; the user would generate the vectorizations externally, but then {ggtda} would know how to visualize them.

Once done, it would be quick and valuable to provide a {recipes} extension for these vectorizations. Building a recipes extension is like building a {ggplot2} extension, only more so. I made a small one for association rules, and {embed} is a great point of reference.

corybrunson commented 9 months ago

Subsumed into #54.