Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterface

Packages that use GeneratorInterface
de.lmu.ifi.dbs.elki.data.synthetic.bymodel Generator using a distribution model specified in an XML configuration file. 
 

Uses of GeneratorInterface in de.lmu.ifi.dbs.elki.data.synthetic.bymodel
 

Subinterfaces of GeneratorInterface in de.lmu.ifi.dbs.elki.data.synthetic.bymodel
 interface GeneratorInterfaceDynamic
          Interface for a dynamic cluster generator.
 

Classes in de.lmu.ifi.dbs.elki.data.synthetic.bymodel that implement GeneratorInterface
 class 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)
 class GeneratorStatic
          Class for static clusters, that is an implementation of GeneratorInterface that will return only a given set of points.
 

Fields in de.lmu.ifi.dbs.elki.data.synthetic.bymodel with type parameters of type GeneratorInterface
private  LinkedList<GeneratorInterface> GeneratorMain.clusters
          List of clusters to generate
 

Methods in de.lmu.ifi.dbs.elki.data.synthetic.bymodel with parameters of type GeneratorInterface
 void GeneratorMain.addCluster(GeneratorInterface c)
          Add a cluster to the cluster list.
 


Release 0.2.1 (2009-07-13_1605)