how to find all possible paths between two nodes in a network?

Hi,
the KNIME Network Mining extension allows you to extract the shortest path between two nodes but not all paths between two nodes. See the attached workflow for an example.
However you could extract the Node Adjacency Matrix and feed it into a Python or R node and use one of the available graph libraries.
Bye
Tobias
shortestPaths.knwf (18.6 KB)

4 Likes