ott.tools.gaussian_mixture.gaussian_mixture.GaussianMixture.from_mean_cov_component_weights# classmethod GaussianMixture.from_mean_cov_component_weights(mean, cov, component_weights)[source]# Construct a GMM from means, covariances, and component weights. Parameters mean (Array) – cov (Array) – component_weights (Array) –