Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.data.synthetic.bymodel

Generator using a distribution model specified in an XML configuration file.

See:
          Description

Interface Summary
GeneratorInterface Interface for cluster generators
GeneratorInterfaceDynamic Interface for a dynamic cluster generator.
 

Class Summary
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.
 

Package de.lmu.ifi.dbs.elki.data.synthetic.bymodel Description

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.


Release 0.3 (2010-03-31_1612)