Class GeneratorModel

  • All Implemented Interfaces:
    Model, PrototypeModel<double[]>, TextWriteable

    public class GeneratorModel
    extends MeanModel
    Cluster model for synthetically generated data.
    Since:
    0.7.5
    Author:
    Erich Schubert
    • Constructor Detail

      • GeneratorModel

        public GeneratorModel​(GeneratorInterface generator,
                              double[] mean)
        Constructor with mean.
        Parameters:
        generator - Cluster generator.
        mean - Mean vector.
    • Method Detail

      • getGenerator

        public GeneratorInterface getGenerator()
        Get the cluster generator.
        Returns:
        Cluster generator