GaussianMixtureModel (Spark 3.5.5 JavaDoc) (original) (raw)


public class GaussianMixtureModel
extends Model<GaussianMixtureModel>
implements GaussianMixtureParams, MLWritable, HasTrainingSummary<GaussianMixtureSummary>
Multivariate Gaussian Mixture Model (GMM) consisting of k Gaussians, where points are drawn from each Gaussian i with probability weights(i).
param: weights Weight for each Gaussian distribution in the mixture. This is a multinomial probability distribution over the k Gaussians, where weights(i) is the weight for Gaussian i, and weights sum to 1. param: gaussians Array of MultivariateGaussian where gaussians(i) represents the Multivariate Gaussian (Normal) Distribution for Gaussian i
See Also:
Serialized Form