Replies: 1 comment 2 replies
-
Oh dear. User error (me in other words). Embarrassing! either way, if anyone has any comments about the sanity of the code, I am all ears! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an implementation of Mapper but for some reason I keep getting the error "Error occurred while applying the Mapper algorithm: Visualize requires a mapper with more than 0 nodes." I've changed my clustering parameters without attaining joy. I've tested with pretty large synthetic data just to be sure I had enough, also without reaching joy. i'll share the relevant functions. My apologies if the reason is obvious; I am new to TDA.
For testing, I am using this command to generate synthetic data of image histograms:
input_data = generate_synthetic_histograms(1000, 256, max_value=5000)
and then i pass that data forward. I have tried 5000 x 256 as well, without any nodes being generated.
do you see the issue? thank you in advance for your time and attention.
Beta Was this translation helpful? Give feedback.
All reactions