See: Description

| Interface | Description | 
|---|---|
| GeneratorInterface | Interface for cluster generators | 
| GeneratorInterfaceDynamic | Interface for a dynamic cluster generator. | 
| Class | Description | 
|---|---|
| GeneratorMain | Generate a data set according to a given model. | 
| GeneratorSingleCluster | Class to generate a single cluster according to a model as well as getting
 the density of a given model at that point (to evaluate generated points
 according to the same model) | 
| GeneratorStatic | Class for static clusters, that is an implementation of GeneratorInterface
 that will return only a given set of points. | 
Generator using a distribution model specified in an XML configuration file.
GeneratorXMLSpec is a standalone application
 that loads an XML specification file and generates a synthetic data set according to the
 specifications given.
This package also contains an XML Schema file as specification of the configuration file format.