INM-6 / incapy

Interactive Neural Correlation Analyzer for Python
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Support larger networks #23

Open muellerbjoern opened 5 years ago

muellerbjoern commented 5 years ago

By using HPC resources and some kind of filtering of vertices, Incapy could support a lot larger graphs. Doing the calculations might require some more parallelisation but it's pretty clear. Visualization would require some kind of filtering of what to show, e.g. instead of showing 1000 vertices, only show the most relevant (like maps only show the larger streets when zooming out), or use subsampling. Zooming would then show everything there is.

muellerbjoern commented 5 years ago

Maybe separate algorithm more from visualization