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.testclusteringunit Class Reference

Static Public Member Functions

static bool testclustering (bool silent)
 
static bool _pexec_testclustering (bool silent)
 

Static Private Member Functions

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)
 

Member Function Documentation

static bool alglib.testclusteringunit._pexec_testclustering ( bool  silent)
inlinestatic
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.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: