Uses of Interface
org.ddogleg.clustering.AssignCluster
Packages that use AssignCluster
-
Uses of AssignCluster in org.ddogleg.clustering
Methods in org.ddogleg.clustering that return AssignClusterModifier and TypeMethodDescriptionComputeClusters.getAssignment()Returns a class which is used to assign a point to a cluster. -
Uses of AssignCluster in org.ddogleg.clustering.gmm
Classes in org.ddogleg.clustering.gmm that implement AssignClusterModifier and TypeClassDescriptionclassGiven a mixture model it will compute the hard and soft assignment of a point to Gaussians in the cluster.Methods in org.ddogleg.clustering.gmm that return AssignClusterModifier and TypeMethodDescriptionAssignCluster<double[]>ExpectationMaximizationGmm_F64.getAssignment() -
Uses of AssignCluster in org.ddogleg.clustering.kmeans
Classes in org.ddogleg.clustering.kmeans that implement AssignClusterModifier and TypeClassDescriptionclassAssignKMeans<P>Implementation ofAssignClusterfor K-Means.Methods in org.ddogleg.clustering.kmeans that return AssignCluster