Uses of Interface
org.ddogleg.clustering.ComputeClusters
Packages that use ComputeClusters
-
Uses of ComputeClusters in org.ddogleg.clustering
Methods in org.ddogleg.clustering that return ComputeClustersModifier and TypeMethodDescriptionComputeClusters.newInstanceThread()
Creates a new instance which has the same configuration and can be run in parallel. -
Uses of ComputeClusters in org.ddogleg.clustering.gmm
Classes in org.ddogleg.clustering.gmm that implement ComputeClustersModifier and TypeClassDescriptionclass
Standard expectation maximization based approach to fitting mixture-of-Gaussian models to a set of data.Methods in org.ddogleg.clustering.gmm that return ComputeClustersModifier and TypeMethodDescriptionComputeClusters<double[]>
ExpectationMaximizationGmm_F64.newInstanceThread()
-
Uses of ComputeClusters in org.ddogleg.clustering.kmeans
Classes in org.ddogleg.clustering.kmeans that implement ComputeClustersModifier and TypeClassDescriptionclass
Standard implementation of k-means [1], summary is provided below:class
Concurrent implementation ofStandardKMeans
Methods in org.ddogleg.clustering.kmeans that return ComputeClustersModifier and TypeMethodDescriptionStandardKMeans_MT.newInstanceThread()
StandardKMeans.newInstanceThread()