Uses of Class
edu.cmu.tetrad.search.unmix.GaussianMixtureEM.Config
Packages that use GaussianMixtureEM.Config
-
Uses of GaussianMixtureEM.Config in edu.cmu.tetrad.search.unmix
Methods in edu.cmu.tetrad.search.unmix that return GaussianMixtureEM.ConfigModifier and TypeMethodDescriptionGaussianMixtureEM.Config.copy()Creates and returns a copy of this configuration instance.Methods in edu.cmu.tetrad.search.unmix with parameters of type GaussianMixtureEM.ConfigModifier and TypeMethodDescriptionstatic GaussianMixtureEM.ModelGaussianMixtureEM.fit(double[][] X, GaussianMixtureEM.Config cfg) Fits a Gaussian Mixture Model (GMM) to the input data using the Expectation-Maximization (EM) algorithm.static doubleUnmixDiagnostics.heldoutPerSampleLoglikGain(double[][] trainFeatures, double[][] testFeatures, GaussianMixtureEM.Config baseGmmCfg) Computes the difference in per-sample log-likelihoods on a held-out test set between Gaussian Mixture Models (GMMs) trained with K=2 and K=1 clusters.