ott.tools.gaussian_mixture.gaussian_mixture.GaussianMixture.get_log_component_posterior

ott.tools.gaussian_mixture.gaussian_mixture.GaussianMixture.get_log_component_posterior#

GaussianMixture.get_log_component_posterior(x)[source]#

Compute the posterior probability that x came from each component.

Parameters:

x (Array) – (n, n_dimensions) array of points

Return type:

Array

Returns:

(n, n_components) array of poster component log probabilities.