private static class GeneratorMain.AssignPoint
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
AssignPoint() |
Modifier and Type | Method and Description |
---|---|
int |
getAssignment(int i,
double[] p)
Assign a point to a cluster.
|
void |
newCluster(int i,
GeneratorInterface curclus)
Set the current cluster.
|
public int getAssignment(int i, double[] p)
i
- Cluster numberp
- Pointpublic void newCluster(int i, GeneratorInterface curclus)
i
- Current cluster.curclus
- GeneratorCopyright © 2019 ELKI Development Team. License information.