Package org.ddogleg.clustering.gmm
Class GaussianLikelihoodManager
java.lang.Object
org.ddogleg.clustering.gmm.GaussianLikelihoodManager
Computes the likelihood of a Gaussian distribution. Parts of the equation are precomputed to seed up the process.
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Likelihood for a specific Gaussian -
Constructor Summary
ConstructorDescriptionGaussianLikelihoodManager
(int pointDimension, List<GaussianGmm_F64> mixtures) -
Method Summary
Modifier and TypeMethodDescriptiongetLikelihood
(int which) Returns a precomputed likelihood functionvoid
Precomputes likelihood for all the mixtures
-
Constructor Details
-
GaussianLikelihoodManager
-
-
Method Details
-
precomputeAll
public void precomputeAll()Precomputes likelihood for all the mixtures -
getLikelihood
Returns a precomputed likelihood function
-