Method | Description | |
---|---|---|
mlpkfoldcvlbfgs ( mlpbase network, double xy, int npoints, double decay, int restarts, double wstep, int maxits, int foldscount, int &info, mlpreport rep, mlpcvreport cvrep ) : void | ||
mlpkfoldcvlm ( mlpbase network, double xy, int npoints, double decay, int restarts, int foldscount, int &info, mlpreport rep, mlpcvreport cvrep ) : void | ||
mlptraines ( mlpbase network, double trnxy, int trnsize, double valxy, int valsize, double decay, int restarts, int &info, mlpreport rep ) : void | ||
mlptrainlbfgs ( mlpbase network, double xy, int npoints, double decay, int restarts, double wstep, int maxits, int &info, mlpreport rep ) : void | ||
mlptrainlm ( mlpbase network, double xy, int npoints, double decay, int restarts, int &info, mlpreport rep ) : void |
Method | Description | |
---|---|---|
mlpkfoldcvgeneral ( mlpbase n, double xy, int npoints, double decay, int restarts, int foldscount, bool lmalgorithm, double wstep, int maxits, int &info, mlpreport rep, mlpcvreport cvrep ) : void | ||
mlpkfoldsplit ( double xy, int npoints, int nclasses, int foldscount, bool stratifiedsplits, int &folds ) : void |
public static mlpkfoldcvlbfgs ( mlpbase network, double xy, int npoints, double decay, int restarts, double wstep, int maxits, int foldscount, int &info, mlpreport rep, mlpcvreport cvrep ) : void | ||
network | mlpbase | |
xy | double | |
npoints | int | |
decay | double | |
restarts | int | |
wstep | double | |
maxits | int | |
foldscount | int | |
info | int | |
rep | mlpreport | |
cvrep | mlpcvreport | |
return | void |
public static mlpkfoldcvlm ( mlpbase network, double xy, int npoints, double decay, int restarts, int foldscount, int &info, mlpreport rep, mlpcvreport cvrep ) : void | ||
network | mlpbase | |
xy | double | |
npoints | int | |
decay | double | |
restarts | int | |
foldscount | int | |
info | int | |
rep | mlpreport | |
cvrep | mlpcvreport | |
return | void |
public static mlptraines ( mlpbase network, double trnxy, int trnsize, double valxy, int valsize, double decay, int restarts, int &info, mlpreport rep ) : void | ||
network | mlpbase | |
trnxy | double | |
trnsize | int | |
valxy | double | |
valsize | int | |
decay | double | |
restarts | int | |
info | int | |
rep | mlpreport | |
return | void |
public static mlptrainlbfgs ( mlpbase network, double xy, int npoints, double decay, int restarts, double wstep, int maxits, int &info, mlpreport rep ) : void | ||
network | mlpbase | |
xy | double | |
npoints | int | |
decay | double | |
restarts | int | |
wstep | double | |
maxits | int | |
info | int | |
rep | mlpreport | |
return | void |
public static mlptrainlm ( mlpbase network, double xy, int npoints, double decay, int restarts, int &info, mlpreport rep ) : void | ||
network | mlpbase | |
xy | double | |
npoints | int | |
decay | double | |
restarts | int | |
info | int | |
rep | mlpreport | |
return | void |