|
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 void alglib.hpccores.hpcpreparechunkedgradient |
( |
double[] |
weights, |
|
|
int |
wcount, |
|
|
int |
ntotal, |
|
|
int |
nin, |
|
|
int |
nout, |
|
|
mlpbuffers |
buf |
|
) |
| |
|
inlinestatic |
References alglib.hpccores.mlpbuffers.batch4buf, alglib.hpccores.mlpbuffers.chunksize, alglib.hpccores.mlpbuffers.desiredy, alglib.hpccores.mlpbuffers.g, alglib.hpccores.mlpbuffers.hpcbuf, alglib.hpccores.hpcpreparechunkedgradientx(), alglib.hpccores.mlpbuffers.nin, alglib.hpccores.mlpbuffers.nout, alglib.hpccores.mlpbuffers.ntotal, alglib.hpccores.mlpbuffers.wcount, alglib.hpccores.mlpbuffers.x, alglib.hpccores.mlpbuffers.xy, alglib.hpccores.mlpbuffers.xy2, alglib.hpccores.mlpbuffers.xyrow, and alglib.hpccores.mlpbuffers.y.
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: