A data set generator is a column data generator that generates data from any resource (Ie from any data set)
The list of arguments that you can use in the data-supplier are:
| Attribute Name | Description | Default |
|---|---|---|
| data-uri | A mandatory data uri | |
| column | The column to get the data from in the data uri | The column name |
| meta-columns | A map that links a local column to a metadata column (a third column) | Empty |
Note that you can apply a Weight Factor to the data generated.
If you data resources contains a numeric weight factor column called probability, weight or factor, a histogram (distribution) is generated.