Uses of Class
elki.data.synthetic.bymodel.GeneratorMain
-
Packages that use GeneratorMain Package Description elki.datasource Data normalization (and reconstitution) of data sets. -
-
Uses of GeneratorMain in elki.datasource
Methods in elki.datasource that return GeneratorMain Modifier and Type Method Description private GeneratorMain
GeneratorXMLDatabaseConnection. loadXMLSpecification()
Load the XML configuration file.Methods in elki.datasource with parameters of type GeneratorMain Modifier and Type Method Description private void
GeneratorXMLDatabaseConnection. processElementCluster(GeneratorMain gen, org.w3c.dom.Node cur)
Process a 'cluster' Element in the XML stream.private void
GeneratorXMLDatabaseConnection. processElementDataset(GeneratorMain gen, org.w3c.dom.Node cur)
Process a 'dataset' Element in the XML stream.private void
GeneratorXMLDatabaseConnection. processElementStatic(GeneratorMain gen, org.w3c.dom.Node cur)
Process a 'static' cluster Element in the XML stream.
-