This node takes a binning (discretization) model and a data table as input and bins (discretizes) the columns of the input data according to the model. All columns of the input table that can be found in the model are binned accordingly.
0 | The model representing the binning. Contains the intervals for each bin of each column. |
1 | The data table to bin (discretize). |
0 | The binned data table. |