You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm now working with the mapper algorithm. I read the documentation and find that "kmapper.adapter" only works for a mapper 1-complex. I wonder if it possible for you to update the "kmapper.adapter" for a mapper k-complex? (i.e., k=1, 2, 3, .., K).
Thanks a lot,
Sincerely
The text was updated successfully, but these errors were encountered:
Unfortunately, networkx only supports graphs. I'm not familiar with any way of converting a >1-complex to a graph except to just take the 1 skeleton.
Possibly we could put together an adapter for HyperNetX (a library intended to model hypergraphs with a similar API to networkx). If you'd like to explore this option and submit a PR, we would gladly work with you to get it complete.
Dear developers,
I'm now working with the mapper algorithm. I read the documentation and find that "kmapper.adapter" only works for a mapper 1-complex. I wonder if it possible for you to update the "kmapper.adapter" for a mapper k-complex? (i.e., k=1, 2, 3, .., K).
Thanks a lot,
Sincerely
The text was updated successfully, but these errors were encountered: