IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
alglib.kmeans Class Reference

Static Public Member Functions

static void kmeansgenerate (double[,] xy, int npoints, int nvars, int k, int restarts, ref int info, ref double[,] c, ref int[] xyc)
 

Static Private Member Functions

static bool selectcenterpp (double[,] xy, int npoints, int nvars, ref double[,] centers, bool[] busycenters, int ccnt, ref double[] d2, ref double[] p, ref double[] tmp)
 

Member Function Documentation

static void alglib.kmeans.kmeansgenerate ( double  xy[,],
int  npoints,
int  nvars,
int  k,
int  restarts,
ref int  info,
ref double  c[,],
ref int[]  xyc 
)
inlinestatic
static bool alglib.kmeans.selectcenterpp ( double  xy[,],
int  npoints,
int  nvars,
ref double  centers[,],
bool[]  busycenters,
int  ccnt,
ref double[]  d2,
ref double[]  p,
ref double[]  tmp 
)
inlinestaticprivate

The documentation for this class was generated from the following file: