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

Classes

class  mlpbuffers
 

Static Public Member Functions

static void hpcpreparechunkedgradient (double[] weights, int wcount, int ntotal, int nin, int nout, mlpbuffers buf)
 
static void hpcfinalizechunkedgradient (mlpbuffers buf, double[] grad)
 
static bool hpcchunkedgradient (double[] weights, int[] structinfo, double[] columnmeans, double[] columnsigmas, double[,] xy, int cstart, int csize, double[] batch4buf, double[] hpcbuf, ref double e, bool naturalerrorfunc)
 
static bool hpcchunkedprocess (double[] weights, int[] structinfo, double[] columnmeans, double[] columnsigmas, double[,] xy, int cstart, int csize, double[] batch4buf, double[] hpcbuf)
 

Static Private Member Functions

static bool hpcpreparechunkedgradientx (double[] weights, int wcount, double[] hpcbuf)
 
static bool hpcfinalizechunkedgradientx (double[] buf, int wcount, double[] grad)
 

Member Function Documentation

static void alglib.hpccores.hpcfinalizechunkedgradient ( mlpbuffers  buf,
double[]  grad 
)
inlinestatic
static bool alglib.hpccores.hpcchunkedgradient ( double[]  weights,
int[]  structinfo,
double[]  columnmeans,
double[]  columnsigmas,
double  xy[,],
int  cstart,
int  csize,
double[]  batch4buf,
double[]  hpcbuf,
ref double  e,
bool  naturalerrorfunc 
)
inlinestatic
static bool alglib.hpccores.hpcchunkedprocess ( double[]  weights,
int[]  structinfo,
double[]  columnmeans,
double[]  columnsigmas,
double  xy[,],
int  cstart,
int  csize,
double[]  batch4buf,
double[]  hpcbuf 
)
inlinestatic
static bool alglib.hpccores.hpcpreparechunkedgradientx ( double[]  weights,
int  wcount,
double[]  hpcbuf 
)
inlinestaticprivate
static bool alglib.hpccores.hpcfinalizechunkedgradientx ( double[]  buf,
int  wcount,
double[]  grad 
)
inlinestaticprivate

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