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

Static Public Member Functions

static bool testmlpbase (bool silent)
 
static bool _pexec_testmlpbase (bool silent)
 

Static Private Member Functions

static double vectordiff (double[] g0, double[] g1, int n, double s)
 
static void createnetwork (mlpbase.multilayerperceptron network, int nkind, double a1, double a2, int nin, int nhid1, int nhid2, int nout)
 
static void unsetnetwork (mlpbase.multilayerperceptron network)
 
static void testinformational (int nkind, int nin, int nhid1, int nhid2, int nout, int passcount, ref bool err)
 
static void testprocessing (int nkind, int nin, int nhid1, int nhid2, int nout, int passcount, ref bool err)
 
static void testgradient (int nkind, int nin, int nhid1, int nhid2, int nout, int passcount, int sizemin, int sizemax, ref bool err)
 
static void testhessian (int nkind, int nin, int nhid1, int nhid2, int nout, int passcount, ref bool err)
 
static void testerr (int nkind, int nin, int nhid1, int nhid2, int nout, int passcount, int sizemin, int sizemax, ref bool err)
 
static void spectests (ref bool inferrors, ref bool procerrors, ref bool graderrors, ref bool hesserrors, ref bool errerrors)
 
static bool testmlpgbsubset ()
 

Member Function Documentation

static bool alglib.testmlpbaseunit._pexec_testmlpbase ( bool  silent)
inlinestatic
static double alglib.testmlpbaseunit.vectordiff ( double[]  g0,
double[]  g1,
int  n,
double  s 
)
inlinestaticprivate
static void alglib.testmlpbaseunit.unsetnetwork ( mlpbase.multilayerperceptron  network)
inlinestaticprivate
static void alglib.testmlpbaseunit.spectests ( ref bool  inferrors,
ref bool  procerrors,
ref bool  graderrors,
ref bool  hesserrors,
ref bool  errerrors 
)
inlinestaticprivate

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