C# Class TPB3D.Maths.ALGLIB.alglib.kmeans

Show file Open project: tpb3d/TPB3D

Public Methods

Method Description
kmeansgenerate ( double xy, int npoints, int nvars, int k, int restarts, int &info, double &c, int &xyc ) : void

Private Methods

Method Description
selectcenterpp ( double xy, int npoints, int nvars, double &centers, bool busycenters, int ccnt, double &d2, double &p, double &tmp ) : bool

Method Details

kmeansgenerate() public static method

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