|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.generators
List of clusters to generate |
| Methods in de.lmu.ifi.dbs.elki.data.synthetic.bymodel that return types with arguments of type GeneratorInterface | |
|---|---|
List<GeneratorInterface> |
GeneratorMain.getGenerators()
Access the generators. |
| 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||