Uses of Interface
org.ddogleg.clustering.ComputeMeanClusters
Package
Description
-
Uses of ComputeMeanClusters in org.ddogleg.clustering
Modifier and TypeMethodDescriptionComputeMeanClusters.newInstanceThread()
Creates a new instance which has the same configuration and can be run in parallel.Modifier and TypeMethodDescriptionstatic <P> StandardKMeans<P>
FactoryClustering.kMeans
(@Nullable ConfigKMeans config, ComputeMeanClusters<P> updateMeans, PointDistance<P> pointDistance, DogLambdas.NewInstance<P> factory) High level interface for creating k-means cluster.static <P> StandardKMeans<P>
FactoryClustering.kMeans_MT
(@Nullable ConfigKMeans config, int minimumForThreads, ComputeMeanClusters<P> updateMeans, PointDistance<P> pointDistance, DogLambdas.NewInstance<P> factory) -
Uses of ComputeMeanClusters in org.ddogleg.clustering.kmeans
ModifierConstructorDescriptionStandardKMeans
(ComputeMeanClusters<P> updateMeans, InitializeKMeans<P> seedSelector, PointDistance<P> distancer, DogLambdas.NewInstance<P> factory) Configures k-means parametersStandardKMeans_MT
(ComputeMeanClusters<P> updateMeans, InitializeKMeans<P> seedSelector, PointDistance<P> distancer, DogLambdas.NewInstance<P> factory) Configures k-means parameters -
Uses of ComputeMeanClusters in org.ddogleg.clustering.misc
Modifier and TypeClassDescriptionclass
Computes the mean for points composed of double[]