Quasirandom Sequence Generator (Apache)

When generating multiple numerical columns each of them will fill its one dimensional space. However if you want to cover a high dimensional space it is important that there are no uncovered areas. This can be achieved by quasirandom sequences. All dimension will be in the interval from 0 to 1. By increasing the number of data points (with a bigger input table) the "grid" of points in space gets finer. There are currently two methods provided: the Halton sequence generator and the Sobol sequence generator. Please note that the Halton generator only support up to 40 dimensions and the Sobol up to 1000.

The generation is performed with the Data Generators as provided by Apache Commons Math.

Options

Select data generator:
Select the data generator for the generation process.
Name of columns
The new columns will be named accordingly + a counter
Number of Dimensions
The number of dimensions to generate. For each dimension one double column will be generated.

Input Ports

Icon
Data

Output Ports

Icon
Multiple new columns from the given distribution.

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.