Replies: 2 comments 4 replies
-
How should we treat incoming network data by default? Since network data can be interpreted in different ways (directed, undirected, multi-XXX, ...) we can't just assume one way or the other. Depending on the question that needs answering, or the data itself, only a specific network graph type make sense. Should we include this with the actual data? |
Beta Was this translation helpful? Give feedback.
-
In our edges table, if we name our columns 'source' and 'target', we point towards a directed graph, even if that is not the case. How should we handle that, should we pick more generic names (node1, node2)? |
Beta Was this translation helpful? Give feedback.
-
This thread collects open questions related to network-analysis that have come up so far, and can't be answered until we analyzed the requirements that come out of the currently ongoing data and workflow collection.
One comment per question.
Beta Was this translation helpful? Give feedback.
All reactions