Node Connectivity

There are 68 nodes that can be used as successor for a node with an output port of type Network.

Network to Row 

Converts the given network into a data row.

SubGraph Extractor 

Extracts sub graphs from the given network.

Edge Degree Filter 

Filters all edges by their number of nodes.

Edge Weight Filter 

Filters all edges by their weight.

Feature Filter 

Hides features from the input network. Can be used to convert a directed into an undirected network by filtering the is_target feature.

Feature List Filter 

This filter either bypasses or filters the network elements (nodes/edges) which features match the values of the given data table.

Feature Value Filter 

This filter either bypasses or filters the network elements (nodes/edges) that match the given filter value.

Neighbor Filter 

Filters all objects pairs from the input table that are not adjacent/incident in the network.

Node Degree Filter 

Filters all nodes by their degree e.g. number of incoming/outgoing edges.

Node Name Filter 

Filters all nodes by their label.