Uses of Class
org.ddogleg.clustering.gmm.GaussianGmm_F64
Packages that use GaussianGmm_F64
-
Uses of GaussianGmm_F64 in org.ddogleg.clustering.gmm
Fields in org.ddogleg.clustering.gmm declared as GaussianGmm_F64Fields in org.ddogleg.clustering.gmm with type parameters of type GaussianGmm_F64Methods in org.ddogleg.clustering.gmm that return GaussianGmm_F64Methods in org.ddogleg.clustering.gmm with parameters of type GaussianGmm_F64Modifier and TypeMethodDescriptionvoid
GaussianLikelihoodManager.Likelihood.setGaussian
(GaussianGmm_F64 gaussian) Precomputes the parts of the likelihood functions which can be.Method parameters in org.ddogleg.clustering.gmm with type arguments of type GaussianGmm_F64Modifier and TypeMethodDescriptionvoid
InitializeGmm_F64.selectSeeds
(LArrayAccessor<double[]> points, List<GaussianGmm_F64> seeds) void
SeedFromKMeans_F64.selectSeeds
(LArrayAccessor<double[]> points, List<GaussianGmm_F64> seeds) Constructor parameters in org.ddogleg.clustering.gmm with type arguments of type GaussianGmm_F64ModifierConstructorDescriptionAssignGmm_F64
(List<GaussianGmm_F64> mixture) Use reference to provided mixturesGaussianLikelihoodManager
(int pointDimension, List<GaussianGmm_F64> mixtures)