Uses of Class
elki.clustering.em.KDTreeEM.KDTree
-
Packages that use KDTreeEM.KDTree Package Description elki.clustering.em Expectation-Maximization clustering algorithm for Gaussian Mixture Modeling (GMM). -
-
Uses of KDTreeEM.KDTree in elki.clustering.em
Fields in elki.clustering.em declared as KDTreeEM.KDTree Modifier and Type Field Description (package private) KDTreeEM.KDTreeKDTreeEM.KDTree. leftChildChild nodes:(package private) KDTreeEM.KDTreeKDTreeEM.KDTree. rightChildChild nodes:Methods in elki.clustering.em with parameters of type KDTreeEM.KDTree Modifier and Type Method Description private voidKDTreeEM. calculateModelLimits(KDTreeEM.KDTree node, TextbookMultivariateGaussianModel model, double[] minpnt, double[] maxpnt, double[] ret)Calculates the model limits inside this node by translating the Gaussian model into a squared function.private int[]KDTreeEM. checkStoppingCondition(KDTreeEM.KDTree node, int[] indices)This methods checks the different stopping conditions given in the paper, thus calculating the Dimensions, that will be considered for child-trees.private doubleKDTreeEM. makeStats(KDTreeEM.KDTree node, int[] indices, WritableDataStore<double[]> probs)Calculates the statistics on the kd-tree needed for the calculation of the new models
-