Uses of Interface
org.ddogleg.clustering.AssignCluster
-
Uses of AssignCluster in org.ddogleg.clustering
Modifier and TypeMethodDescriptionComputeClusters.getAssignment()
Returns a class which is used to assign a point to a cluster. -
Uses of AssignCluster in org.ddogleg.clustering.gmm
Modifier and TypeClassDescriptionclass
Given a mixture model it will compute the hard and soft assignment of a point to Gaussians in the cluster.Modifier and TypeMethodDescriptionAssignCluster<double[]>
ExpectationMaximizationGmm_F64.getAssignment()
-
Uses of AssignCluster in org.ddogleg.clustering.kmeans
Modifier and TypeClassDescriptionclass
AssignKMeans<P>
Implementation ofAssignCluster
for K-Means.