|
static bool | basicahctests () |
|
static bool | advancedahctests () |
|
static void | kmeanssimpletest1 (int nvars, int nc, int passcount, ref bool converrors, ref bool othererrors, ref bool simpleerrors) |
|
static void | kmeansinfinitelooptest (ref bool othererrors) |
|
static void | kmeansrestartstest (ref bool converrors, ref bool restartserrors) |
|
static double | rnormal () |
|
static void | rsphere (ref double[,] xy, int n, int i) |
|
static double | distfunc (double[] x0, double[] x1, int d, int disttype) |
|
static bool | errorsinmerges (double[,] d, int npoints, clustering.ahcreport rep, int ahcalgo) |
|
static bool alglib.testclusteringunit.testclustering |
( |
bool |
silent | ) |
|
|
inlinestatic |
static bool alglib.testclusteringunit._pexec_testclustering |
( |
bool |
silent | ) |
|
|
inlinestatic |
static bool alglib.testclusteringunit.basicahctests |
( |
| ) |
|
|
inlinestaticprivate |
static bool alglib.testclusteringunit.advancedahctests |
( |
| ) |
|
|
inlinestaticprivate |
References alglib.clustering.clusterizercreate(), alglib.clustering.clusterizergetdistances(), alglib.clustering.clusterizerrunahc(), alglib.clustering.clusterizersetahcalgo(), alglib.clustering.clusterizersetdistances(), alglib.clustering.clusterizersetpoints(), alglib.testclusteringunit.distfunc(), alglib.testclusteringunit.errorsinmerges(), alglib.math.isfinite(), alglib.math.machineepsilon, alglib.math.randominteger(), and alglib.math.randomreal().
Referenced by alglib.testclusteringunit.testclustering().
static void alglib.testclusteringunit.kmeanssimpletest1 |
( |
int |
nvars, |
|
|
int |
nc, |
|
|
int |
passcount, |
|
|
ref bool |
converrors, |
|
|
ref bool |
othererrors, |
|
|
ref bool |
simpleerrors |
|
) |
| |
|
inlinestaticprivate |
static void alglib.testclusteringunit.kmeansinfinitelooptest |
( |
ref bool |
othererrors | ) |
|
|
inlinestaticprivate |
static void alglib.testclusteringunit.kmeansrestartstest |
( |
ref bool |
converrors, |
|
|
ref bool |
restartserrors |
|
) |
| |
|
inlinestaticprivate |
static double alglib.testclusteringunit.rnormal |
( |
| ) |
|
|
inlinestaticprivate |
static void alglib.testclusteringunit.rsphere |
( |
ref double |
xy[,], |
|
|
int |
n, |
|
|
int |
i |
|
) |
| |
|
inlinestaticprivate |
static double alglib.testclusteringunit.distfunc |
( |
double[] |
x0, |
|
|
double[] |
x1, |
|
|
int |
d, |
|
|
int |
disttype |
|
) |
| |
|
inlinestaticprivate |
static bool alglib.testclusteringunit.errorsinmerges |
( |
double |
d[,], |
|
|
int |
npoints, |
|
|
clustering.ahcreport |
rep, |
|
|
int |
ahcalgo |
|
) |
| |
|
inlinestaticprivate |
The documentation for this class was generated from the following file: