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 |
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 |
public static mnlavgce ( logitmodel lm, double xy, int npoints ) : double | ||
lm | logitmodel | |
xy | double | |
npoints | int | |
return | double |
public static mnlavgerror ( logitmodel lm, double xy, int npoints ) : double | ||
lm | logitmodel | |
xy | double | |
npoints | int | |
return | double |
public static mnlavgrelerror ( logitmodel lm, double xy, int ssize ) : double | ||
lm | logitmodel | |
xy | double | |
ssize | int | |
return | double |
public static mnlclserror ( logitmodel lm, double xy, int npoints ) : int | ||
lm | logitmodel | |
xy | double | |
npoints | int | |
return | int |
public static mnlcopy ( logitmodel lm1, logitmodel lm2 ) : void | ||
lm1 | logitmodel | |
lm2 | logitmodel | |
return | void |
public static mnlpack ( double a, int nvars, int nclasses, logitmodel lm ) : void | ||
a | double | |
nvars | int | |
nclasses | int | |
lm | logitmodel | |
return | void |
public static mnlprocess ( logitmodel lm, double x, double &y ) : void | ||
lm | logitmodel | |
x | double | |
y | double | |
return | void |
public static mnlprocessi ( logitmodel lm, double x, double &y ) : void | ||
lm | logitmodel | |
x | double | |
y | double | |
return | void |
public static mnlrelclserror ( logitmodel lm, double xy, int npoints ) : double | ||
lm | logitmodel | |
xy | double | |
npoints | int | |
return | double |
public static mnlrmserror ( logitmodel lm, double xy, int npoints ) : double | ||
lm | logitmodel | |
xy | double | |
npoints | int | |
return | double |
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 |
public static mnlunpack ( logitmodel lm, double &a, int &nvars, int &nclasses ) : void | ||
lm | logitmodel | |
a | double | |
nvars | int | |
nclasses | int | |
return | void |