rrrlw / TDAstats

R pipeline for computing persistent homology in topological data analysis. See https://doi.org/10.21105/joss.00860 for more details.
https://rrrlw.github.io/TDAstats
GNU General Public License v3.0
37 stars 9 forks source link

limit of the filtration #12

Closed mlnjsh closed 5 years ago

mlnjsh commented 5 years ago

How Do i set limit for filtration value? say for example i want to grow my simplicies upto radius 5

ShotaOchi commented 5 years ago

set threshold to 5

calculate_homology(mat, threshold=5)
ShotaOchi commented 5 years ago

Oops! threshold should be set to 10 instead of 5, because threshold is maximum diameter.