|
static void | kmeansgenerate (double[,] xy, int npoints, int nvars, int k, int restarts, ref int info, ref double[,] c, ref int[] xyc) |
|
|
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) |
|
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:
- igtest/IGLibTestDev/00archive/alglib/alglib-3.6.0.csharp/src/dataanalysis.cs