Generates random instances based on a Bayes network.
Valid options are:
-h
Prints this help.
-o <file>
The name of the output file, otherwise the generated data is
printed to stdout.
-r <name>
The name of the relation.
-d
Whether to print debug informations.
-S
The seed for random function (default 1)
-n <num>
The number of examples to generate (default 100)
-A <num>
The number of arcs to use. |