Uses of Interface
elki.data.synthetic.bymodel.GeneratorInterface
-
Packages that use GeneratorInterface Package Description elki.data.model Cluster models classes for various algorithms.elki.data.synthetic.bymodel Generator using a distribution model specified in an XML configuration file. -
-
Uses of GeneratorInterface in elki.data.model
Fields in elki.data.model declared as GeneratorInterface Modifier and Type Field Description private GeneratorInterfaceGeneratorModel. generatorCluster generator.Methods in elki.data.model that return GeneratorInterface Modifier and Type Method Description GeneratorInterfaceGeneratorModel. getGenerator()Get the cluster generator.Constructors in elki.data.model with parameters of type GeneratorInterface Constructor Description GeneratorModel(GeneratorInterface generator, double[] mean)Constructor with mean. -
Uses of GeneratorInterface in elki.data.synthetic.bymodel
Subinterfaces of GeneratorInterface in elki.data.synthetic.bymodel Modifier and Type Interface Description interfaceGeneratorInterfaceDynamicInterface for a dynamic cluster generator.Classes in elki.data.synthetic.bymodel that implement GeneratorInterface Modifier and Type Class Description classGeneratorSingleClusterClass 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)classGeneratorStaticClass for static clusters, that is an implementation of GeneratorInterface that will return only a given set of points.Fields in elki.data.synthetic.bymodel declared as GeneratorInterface Modifier and Type Field Description private GeneratorInterfaceGeneratorMain.AssignLabelsByDensity. curclusCurrent cluster generator.Fields in elki.data.synthetic.bymodel with type parameters of type GeneratorInterface Modifier and Type Field Description protected java.util.ArrayList<GeneratorInterface>GeneratorMain. generatorsList of clusters to generate.Methods in elki.data.synthetic.bymodel that return types with arguments of type GeneratorInterface Modifier and Type Method Description java.util.List<GeneratorInterface>GeneratorMain. getGenerators()Access the generators.Methods in elki.data.synthetic.bymodel with parameters of type GeneratorInterface Modifier and Type Method Description voidGeneratorMain. addCluster(GeneratorInterface c)Add a cluster to the cluster list.voidGeneratorMain.AssignLabelsByDensity. newCluster(int i, GeneratorInterface curclus)voidGeneratorMain.AssignPoint. newCluster(int i, GeneratorInterface curclus)Set the current cluster.Method parameters in elki.data.synthetic.bymodel with type arguments of type GeneratorInterface Modifier and Type Method Description private double[][]GeneratorMain.AssignLabelsByDistance. clusterCenters(java.util.ArrayList<GeneratorInterface> generators, ClassLabel[] labels)Compute the cluster centers for each cluster.private voidGeneratorMain. initLabelsAndModels(java.util.ArrayList<GeneratorInterface> generators, ClassLabel[] labels, Model[] models, java.util.regex.Pattern reassign)Initialize cluster labels and models.
-