Is it possible to specify the birth and death range when produce a Persistence image and convert it to a vector? #181
Unanswered
Wookbarabara
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using the library to produce an analysis on my dataset.
Thing is that nearly all the points on the persistence diagram concentrate on a small range. But when I tried to generate a Persistence image, it gave me a very large range. Thus, the persistence images were all in the same shapes.
Is it possible to specify the birth and death range when produce a Persistence image and convert it to a vector?
For example, I'm only interested in the birth range of (0, 0.1) and how can I obtain a Persistence image only contains points lay on the birth range of (0, 0.1)?
I have tried the birth_range and pers_range of persim.PersistenceImager, but it makes no difference to the generated Persistence image.
Beta Was this translation helpful? Give feedback.
All reactions