C# Class Coon.Compass.Procyon.alglib.alglib.hpccores

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
hpcchunkedgradient ( double weights, int structinfo, double columnmeans, double columnsigmas, double xy, int cstart, int csize, double batch4buf, double hpcbuf, double &e, bool naturalerrorfunc ) : bool
hpcchunkedprocess ( double weights, int structinfo, double columnmeans, double columnsigmas, double xy, int cstart, int csize, double batch4buf, double hpcbuf ) : bool
hpcfinalizechunkedgradient ( mlpbuffers buf, double grad ) : void
hpcpreparechunkedgradient ( double weights, int wcount, int ntotal, int nin, int nout, mlpbuffers buf ) : void

Private Methods

Method Description
hpcfinalizechunkedgradientx ( double buf, int wcount, double grad ) : bool
hpcpreparechunkedgradientx ( double weights, int wcount, double hpcbuf ) : bool

Method Details

hpcchunkedgradient() public static method

public static hpcchunkedgradient ( double weights, int structinfo, double columnmeans, double columnsigmas, double xy, int cstart, int csize, double batch4buf, double hpcbuf, double &e, bool naturalerrorfunc ) : bool
weights double
structinfo int
columnmeans double
columnsigmas double
xy double
cstart int
csize int
batch4buf double
hpcbuf double
e double
naturalerrorfunc bool
return bool

hpcchunkedprocess() public static method

public static hpcchunkedprocess ( double weights, int structinfo, double columnmeans, double columnsigmas, double xy, int cstart, int csize, double batch4buf, double hpcbuf ) : bool
weights double
structinfo int
columnmeans double
columnsigmas double
xy double
cstart int
csize int
batch4buf double
hpcbuf double
return bool

hpcfinalizechunkedgradient() public static method

public static hpcfinalizechunkedgradient ( mlpbuffers buf, double grad ) : void
buf mlpbuffers
grad double
return void

hpcpreparechunkedgradient() public static method

public static hpcpreparechunkedgradient ( double weights, int wcount, int ntotal, int nin, int nout, mlpbuffers buf ) : void
weights double
wcount int
ntotal int
nin int
nout int
buf mlpbuffers
return void