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

allPaths

Print all paths from a given source to a destination

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

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.