Interface GaussianModel

  • All Known Subinterfaces:
    TrainableGaussianModel
    All Known Implementing Classes:
    GaussianMeasurementModel

    public interface GaussianModel
    An interface to define a Gaussian model.
    Since:
    Ptolemy II 11.0
    Version:
    $Id$, $Id$
    Author:
    Ilge Akkya
    • Method Detail

      • getMean

        double[] getMean()
        Get model mean.
        Returns:
        the model mean.
      • getCovariance

        double[][] getCovariance()
        Get model covariance.
        Returns:
        the model covariance.