Graph Sampling

Takes a logical graph and picks a subset of vertices or edges from this graph using the selected sampling type. The relative amount of the vertices or edges in the result graph can be set by the sampling threshold in a range from 0.0 to 1.0.
Note: The threshold is the probability whether a single element will be kept. For each element, a random value between 0.0 and 1.0 is calculated and compared with the threshold value. The element will be kept if the random value is smaller than the threshold. Therefore, samplings are not deterministic and will always lead to another result.

Options

Type
Select the type of sampling for the graph.
Sampling Threshold
Set the threshold for the sampling.

Input Ports

Icon
One single logical graph.

Output Ports

Icon
The sampled result logical graph.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

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.