Generate Direct Mailing Data
Synopsis
This operator generates an ExampleSet that represents direct mailing data. The number of examples can be specified by the user.
Description
The Generate Direct Mailing Data operator generates an ExampleSet that represents direct mailing data. This ExampleSet can be used when you do not have a data set that represents a real direct mailing data. This ExampleSet can be used as a placeholder for such a requirement. This data set has 8 regular attributes and 1 special attribute. The regular attributes are name (nominal), age (integer), lifestyle (nominal), zip code (integer), family status (nominal), car (nominal), sports (nominal) and earnings (integer). The special attribute is label (nominal). The number of examples in the data set can be set by the number examples parameter. To have a look at this ExampleSet, just run the attached Example Process.
Output
output
The Generate Direct Mailing Data operator generates an ExampleSet which is delivered through this port. The meta data is also delivered along with the data.This output is same as the output of the Retrieve operator.
Parameters
Number examples
This parameter specifies the number of examples to be generated.
Use local random seed
This parameter indicates if a local random seed should be used for randomization. Using the same value of local random seed will produce the same ExampleSet. Changing the value of this parameter changes the way examples are randomized, thus the ExampleSet will have a different set of values.
Local random seed
This parameter specifies the local random seed. This parameter is only available if the use local random seed parameter is set to true.