Uses of Interface
org.ddogleg.clustering.ComputeClusters
-
Uses of ComputeClusters in org.ddogleg.clustering
Modifier 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
Modifier and TypeClassDescriptionclass
Standard expectation maximization based approach to fitting mixture-of-Gaussian models to a set of data.Modifier and TypeMethodDescriptionComputeClusters<double[]>
ExpectationMaximizationGmm_F64.newInstanceThread()
-
Uses of ComputeClusters in org.ddogleg.clustering.kmeans
Modifier and TypeClassDescriptionclass
Standard implementation of k-means [1], summary is provided below:class
Concurrent implementation ofStandardKMeans
Modifier and TypeMethodDescriptionStandardKMeans_MT.newInstanceThread()
StandardKMeans.newInstanceThread()