Distance Matrix to Network

Converts a distance matrix into a network. Each entry of the distance matrix that matches the given threshold criteria results in an edge. The user can specify if the edge should be directed and if it should contain the distance between the connected nodes as edge weight.

Options

Node name column
The name of the column that contains the node names
Vector column
The distance vector column to use.
Comparator
The comparator to use.
Threshold
The distance threshold to use.
Cache distances
Enabling this option speeds up the processing but requires more memory.
Create directed edges
The node creates directed edges if this option is ticked.
Create weighted edges
The node adds the distance between two connected vertices as weight to the connecting edge if this option is ticked.

Input Ports

Icon
Optional network to insert the nodes and edges
Icon
The table with the distance vectors

Output Ports

Icon
Network

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.