public class ExactMeanShift extends Object
| Constructor and Description |
|---|
ExactMeanShift(MultivariateKernelDensityEstimate kde)
Perform the ExactMeanShift operation on the given KDE.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
computeMeanShift(double[] pt) |
int[] |
getAssignments()
Get the assignments
|
double[][] |
getModes()
Get the modes
|
protected void |
mergeModes(double[][] modePerPoint) |
protected void |
performMeanShift() |
public ExactMeanShift(MultivariateKernelDensityEstimate kde)
kde - protected void performMeanShift()
public double[][] getModes()
public int[] getAssignments()
protected void mergeModes(double[][] modePerPoint)
protected boolean computeMeanShift(double[] pt)