Method | Description | |
---|---|---|
kmeansgenerate ( double xy, int npoints, int nvars, int k, int restarts, int &info, double &c, int &xyc ) : void |
Method | Description | |
---|---|---|
selectcenterpp ( double xy, int npoints, int nvars, double ¢ers, bool busycenters, int ccnt, double &d2, double &p, double &tmp ) : bool |
public static kmeansgenerate ( double xy, int npoints, int nvars, int k, int restarts, int &info, double &c, int &xyc ) : void | ||
xy | double | |
npoints | int | |
nvars | int | |
k | int | |
restarts | int | |
info | int | |
c | double | |
xyc | int | |
return | void |