Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data.synthetic.bymodel |
Generator using a distribution model specified in an XML configuration file.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeneratorInterfaceDynamic
Interface for a dynamic cluster generator.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedList<GeneratorInterface> |
GeneratorMain.generators
List of clusters to generate.
|
Modifier and Type | Method and Description |
---|---|
List<GeneratorInterface> |
GeneratorMain.getGenerators()
Access the generators.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneratorMain.addCluster(GeneratorInterface c)
Add a cluster to the cluster list.
|