ott.tools.gaussian_mixture.gaussian_mixture.GaussianMixture.from_points_and_assignment_probs# classmethod GaussianMixture.from_points_and_assignment_probs(points, point_weights, assignment_probs)[source]# Estimate a GMM from points and a set of component probabilities. Parameters: points (Array) point_weights (Array) assignment_probs (Array) Return type: GaussianMixture