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

ファイルを表示 Open project: dbaileychess/Compass

Public Methods

Method Description
mnlavgce ( logitmodel lm, double xy, int npoints ) : double
mnlavgerror ( logitmodel lm, double xy, int npoints ) : double
mnlavgrelerror ( logitmodel lm, double xy, int ssize ) : double
mnlclserror ( logitmodel lm, double xy, int npoints ) : int
mnlcopy ( logitmodel lm1, logitmodel lm2 ) : void
mnlpack ( double a, int nvars, int nclasses, logitmodel lm ) : void
mnlprocess ( logitmodel lm, double x, double &y ) : void
mnlprocessi ( logitmodel lm, double x, double &y ) : void
mnlrelclserror ( logitmodel lm, double xy, int npoints ) : double
mnlrmserror ( logitmodel lm, double xy, int npoints ) : double
mnltrainh ( double xy, int npoints, int nvars, int nclasses, int &info, logitmodel lm, mnlreport rep ) : void
mnlunpack ( logitmodel lm, double &a, int &nvars, int &nclasses ) : void

Private Methods

Method Description
mnlallerrors ( logitmodel lm, double xy, int npoints, double &relcls, double &avgce, double &rms, double &avg, double &avgrel ) : void
mnliexp ( double &w, double x ) : void
mnlmcsrch ( int n, double &x, double &f, double &g, double s, double &stp, int &info, int &nfev, double &wa, logitmcstate state, int &stage ) : void
mnlmcstep ( double &stx, double &fx, double &dx, double &sty, double &fy, double &dy, double &stp, double fp, double dp, bool &brackt, double stmin, double stmax, int &info ) : void

Method Details

mnlavgce() public static method

public static mnlavgce ( logitmodel lm, double xy, int npoints ) : double
lm logitmodel
xy double
npoints int
return double

mnlavgerror() public static method

public static mnlavgerror ( logitmodel lm, double xy, int npoints ) : double
lm logitmodel
xy double
npoints int
return double

mnlavgrelerror() public static method

public static mnlavgrelerror ( logitmodel lm, double xy, int ssize ) : double
lm logitmodel
xy double
ssize int
return double

mnlclserror() public static method

public static mnlclserror ( logitmodel lm, double xy, int npoints ) : int
lm logitmodel
xy double
npoints int
return int

mnlcopy() public static method

public static mnlcopy ( logitmodel lm1, logitmodel lm2 ) : void
lm1 logitmodel
lm2 logitmodel
return void

mnlpack() public static method

public static mnlpack ( double a, int nvars, int nclasses, logitmodel lm ) : void
a double
nvars int
nclasses int
lm logitmodel
return void

mnlprocess() public static method

public static mnlprocess ( logitmodel lm, double x, double &y ) : void
lm logitmodel
x double
y double
return void

mnlprocessi() public static method

public static mnlprocessi ( logitmodel lm, double x, double &y ) : void
lm logitmodel
x double
y double
return void

mnlrelclserror() public static method

public static mnlrelclserror ( logitmodel lm, double xy, int npoints ) : double
lm logitmodel
xy double
npoints int
return double

mnlrmserror() public static method

public static mnlrmserror ( logitmodel lm, double xy, int npoints ) : double
lm logitmodel
xy double
npoints int
return double

mnltrainh() public static method

public static mnltrainh ( double xy, int npoints, int nvars, int nclasses, int &info, logitmodel lm, mnlreport rep ) : void
xy double
npoints int
nvars int
nclasses int
info int
lm logitmodel
rep mnlreport
return void

mnlunpack() public static method

public static mnlunpack ( logitmodel lm, double &a, int &nvars, int &nclasses ) : void
lm logitmodel
a double
nvars int
nclasses int
return void