Replies: 1 comment 1 reply
-
Hi @jcoll3! Thanks for your presence on this repo and for submitting nice questions/reports. As you probably know, if the collections of persistence diagrams to be fed to In that case, I think padding will be the least verbose way to approach this. You should be able to extract what you need from here, please let me know if that's not so clear. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running KNN classifiers over persistence diagrams using PairwiseDistance. Not all of the diagrams have the same number of persistence points, which is currently required.
As a work around I am currently just padding the diagrams with points at [0,0] to make all have the same number of persistence points, but I feel like that is probably not right. Is there a better way to approach this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions