ott.tools.gaussian_mixture.gaussian_mixture.GaussianMixture.from_points_and_assignment_probs

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:
Return type:

GaussianMixture