A B C D E G I L M N O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- generate() - Method in class elki.data.synthetic.bymodel.GeneratorMain
-
Main loop to generate data set.
- generate(int) - Method in interface elki.data.synthetic.bymodel.GeneratorInterface
-
Generate a specified number of points
- generate(int) - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
- generate(int) - Method in class elki.data.synthetic.bymodel.GeneratorStatic
-
"Generate" new cluster points.
- generator - Variable in class elki.application.GeneratorXMLSpec
-
The original data source.
- generator - Variable in class elki.application.GeneratorXMLSpec.Par
-
Data generator
- generator - Variable in class elki.data.model.GeneratorModel
-
Cluster generator.
- GENERATOR_SCHEMA_FILE - Static variable in class elki.datasource.GeneratorXMLDatabaseConnection
-
File name of the generators XML Schema file.
- GeneratorInterface - Interface in elki.data.synthetic.bymodel
-
Interface for cluster generators
- GeneratorInterfaceDynamic - Interface in elki.data.synthetic.bymodel
-
Interface for a dynamic cluster generator.
- GeneratorMain - Class in elki.data.synthetic.bymodel
-
Generate a data set according to a given model.
- GeneratorMain() - Constructor for class elki.data.synthetic.bymodel.GeneratorMain
- GeneratorMain.AssignLabelsByDensity - Class in elki.data.synthetic.bymodel
-
Reassign objects in certain labels; but also always test against the model.
- GeneratorMain.AssignLabelsByDistance - Class in elki.data.synthetic.bymodel
-
Reassign objects in certain labels; but also always test against the model.
- GeneratorMain.TestModel - Class in elki.data.synthetic.bymodel
-
Reject objects with a higher density in another generator.
- GeneratorModel - Class in elki.data.model
-
Cluster model for synthetically generated data.
- GeneratorModel(GeneratorInterface, double[]) - Constructor for class elki.data.model.GeneratorModel
-
Constructor with mean.
- generators - Variable in class elki.data.synthetic.bymodel.GeneratorMain
-
List of clusters to generate.
- GeneratorSingleCluster - Class in elki.data.synthetic.bymodel
-
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)
- GeneratorSingleCluster(String, int, double, Random) - Constructor for class elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Generator (without axes)
- GeneratorStatic - Class in elki.data.synthetic.bymodel
-
Class for static clusters, that is an implementation of GeneratorInterface that will return only a given set of points.
- GeneratorStatic(String, List<double[]>) - Constructor for class elki.data.synthetic.bymodel.GeneratorStatic
-
Construct generator using given name and points
- GeneratorXMLDatabaseConnection - Class in elki.datasource
-
Data source from an XML specification.
- GeneratorXMLDatabaseConnection(List<? extends ObjectFilter>, URI, double, Pattern, boolean, RandomFactory) - Constructor for class elki.datasource.GeneratorXMLDatabaseConnection
-
Constructor.
- GeneratorXMLDatabaseConnection.Par - Class in elki.datasource
-
Parameterization class.
- GeneratorXMLSpec - Class in elki.application
-
Generate a data set based on a specified model (using an XML specification)
- GeneratorXMLSpec(Path, GeneratorXMLDatabaseConnection) - Constructor for class elki.application.GeneratorXMLSpec
-
Constructor.
- GeneratorXMLSpec.Par - Class in elki.application
-
Parameterization class.
- getAssignment(int, double[]) - Method in class elki.data.synthetic.bymodel.GeneratorMain.AssignLabelsByDensity
- getAssignment(int, double[]) - Method in class elki.data.synthetic.bymodel.GeneratorMain.AssignLabelsByDistance
- getAssignment(int, double[]) - Method in class elki.data.synthetic.bymodel.GeneratorMain.TestModel
- getClipmax() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return a copy of the 'clipping maximum' double[]
- getClipmin() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return a copy of the 'clipping minimum' double[].
- getDensity(double[]) - Method in interface elki.data.synthetic.bymodel.GeneratorInterface
-
Get the density of the given vector
- getDensity(double[]) - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Compute density for cluster model at given double[] p-
- getDensity(double[]) - Method in class elki.data.synthetic.bymodel.GeneratorStatic
- getDensityCorrection() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return density correction factor
- getDim() - Method in interface elki.data.synthetic.bymodel.GeneratorInterface
-
Get dimensionality of generated data
- getDim() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
- getDim() - Method in class elki.data.synthetic.bymodel.GeneratorStatic
- getDiscarded() - Method in interface elki.data.synthetic.bymodel.GeneratorInterfaceDynamic
-
Get number of discarded points
- getDiscarded() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
- getDistribution(int) - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Get distribution along (generator) axis i.
- getGenerator() - Method in class elki.data.model.GeneratorModel
-
Get the cluster generator.
- getGenerators() - Method in class elki.data.synthetic.bymodel.GeneratorMain
-
Access the generators.
- getInputTypeRestriction() - Method in class elki.clustering.trivial.ByModelClustering
- getInputTypeRestriction() - Method in class elki.outlier.trivial.TrivialGeneratedOutlier
- getLogger() - Method in class elki.datasource.GeneratorXMLDatabaseConnection
- getName() - Method in interface elki.data.synthetic.bymodel.GeneratorInterface
-
Get cluster name
- getName() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
- getName() - Method in class elki.data.synthetic.bymodel.GeneratorStatic
- getNewRandomGenerator() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Create a new random generator (reproducible)
- getRetries() - Method in interface elki.data.synthetic.bymodel.GeneratorInterfaceDynamic
-
Retrieve remaining number of retries.
- getRetries() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
- getSize() - Method in interface elki.data.synthetic.bymodel.GeneratorInterface
-
Get number of points to be generated by this generator.
- getSize() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
- getSize() - Method in class elki.data.synthetic.bymodel.GeneratorStatic
- getTransformation() - Method in class elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Get transformation
All Classes All Packages