IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
This is the complete list of members for alglib.mlptrain, including all inherited members.
_pexec_mlpcontinuetraining(mlptrainer s, mlpbase.multilayerperceptron network) | alglib.mlptrain | inlinestatic |
_pexec_mlpkfoldcv(mlptrainer s, mlpbase.multilayerperceptron network, int nrestarts, int foldscount, mlpreport rep) | alglib.mlptrain | inlinestatic |
_pexec_mlptrainensemblees(mlptrainer s, mlpe.mlpensemble ensemble, int nrestarts, mlpreport rep) | alglib.mlptrain | inlinestatic |
_pexec_mlptrainnetwork(mlptrainer s, mlpbase.multilayerperceptron network, int nrestarts, mlpreport rep) | alglib.mlptrain | inlinestatic |
defaultlbfgsfactor | alglib.mlptrain | |
initmlpetrnsession(mlpbase.multilayerperceptron individualnetwork, mlptrainer trainer, mlpetrnsession session) | alglib.mlptrain | inlineprivatestatic |
initmlpetrnsessions(mlpbase.multilayerperceptron individualnetwork, mlptrainer trainer, alglib.smp.shared_pool sessions) | alglib.mlptrain | inlineprivatestatic |
initmlptrnsession(mlpbase.multilayerperceptron networktrained, bool randomizenetwork, mlptrainer trainer, smlptrnsession session) | alglib.mlptrain | inlineprivatestatic |
initmlptrnsessions(mlpbase.multilayerperceptron networktrained, bool randomizenetwork, mlptrainer trainer, alglib.smp.shared_pool sessions) | alglib.mlptrain | inlineprivatestatic |
mindecay | alglib.mlptrain | |
mlpcontinuetraining(mlptrainer s, mlpbase.multilayerperceptron network) | alglib.mlptrain | inlinestatic |
mlpcontinuetrainingx(mlptrainer s, int[] subset, int subsetsize, ref int ngradbatch, smlptrnsession session) | alglib.mlptrain | inlineprivatestatic |
mlpcreatetrainer(int nin, int nout, mlptrainer s) | alglib.mlptrain | inlinestatic |
mlpcreatetrainercls(int nin, int nclasses, mlptrainer s) | alglib.mlptrain | inlinestatic |
mlpebagginginternal(mlpe.mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, bool lmalgorithm, ref int info, mlpreport rep, mlpcvreport ooberrors) | alglib.mlptrain | inlineprivatestatic |
mlpebagginglbfgs(mlpe.mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, ref int info, mlpreport rep, mlpcvreport ooberrors) | alglib.mlptrain | inlinestatic |
mlpebagginglm(mlpe.mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, ref int info, mlpreport rep, mlpcvreport ooberrors) | alglib.mlptrain | inlinestatic |
mlpetraines(mlpe.mlpensemble ensemble, double[,] xy, int npoints, double decay, int restarts, ref int info, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlpkfoldcv(mlptrainer s, mlpbase.multilayerperceptron network, int nrestarts, int foldscount, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlpkfoldcvgeneral(mlpbase.multilayerperceptron n, double[,] xy, int npoints, double decay, int restarts, int foldscount, bool lmalgorithm, double wstep, int maxits, ref int info, mlpreport rep, mlpcvreport cvrep) | alglib.mlptrain | inlineprivatestatic |
mlpkfoldcvgeneral(mlpbase.multilayerperceptron n, double[,] xy, int npoints, double decay, int restarts, int foldscount, bool lmalgorithm, double wstep, int maxits, ref int info, mlpreport rep, mlpcvreport cvrep) | alglib.mlptrain | inlineprivatestatic |
mlpkfoldcvlbfgs(mlpbase.multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, int foldscount, ref int info, mlpreport rep, mlpcvreport cvrep) | alglib.mlptrain | inlinestatic |
mlpkfoldcvlbfgs(mlpbase.multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, int foldscount, ref int info, mlpreport rep, mlpcvreport cvrep) | alglib.mlptrain | inlinestatic |
mlpkfoldcvlm(mlpbase.multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, int foldscount, ref int info, mlpreport rep, mlpcvreport cvrep) | alglib.mlptrain | inlinestatic |
mlpkfoldcvlm(mlpbase.multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, int foldscount, ref int info, mlpreport rep, mlpcvreport cvrep) | alglib.mlptrain | inlinestatic |
mlpkfoldsplit(double[,] xy, int npoints, int nclasses, int foldscount, bool stratifiedsplits, ref int[] folds) | alglib.mlptrain | inlineprivatestatic |
mlpkfoldsplit(double[,] xy, int npoints, int nclasses, int foldscount, bool stratifiedsplits, ref int[] folds) | alglib.mlptrain | inlineprivatestatic |
mlpsetalgobatch(mlptrainer s) | alglib.mlptrain | inlinestatic |
mlpsetcond(mlptrainer s, double wstep, int maxits) | alglib.mlptrain | inlinestatic |
mlpsetdataset(mlptrainer s, double[,] xy, int npoints) | alglib.mlptrain | inlinestatic |
mlpsetdecay(mlptrainer s, double decay) | alglib.mlptrain | inlinestatic |
mlpsetsparsedataset(mlptrainer s, sparse.sparsematrix xy, int npoints) | alglib.mlptrain | inlinestatic |
mlpstarttraining(mlptrainer s, mlpbase.multilayerperceptron network, bool randomstart) | alglib.mlptrain | inlinestatic |
mlpstarttrainingx(mlptrainer s, bool randomstart, int algokind, int[] subset, int subsetsize, smlptrnsession session) | alglib.mlptrain | inlineprivatestatic |
mlptrainensemblees(mlptrainer s, mlpe.mlpensemble ensemble, int nrestarts, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlptrainensemblex(mlptrainer s, mlpe.mlpensemble ensemble, int idx0, int idx1, int nrestarts, int trainingmethod, apserv.sinteger ngrad, bool isrootcall, alglib.smp.shared_pool esessions) | alglib.mlptrain | inlineprivatestatic |
mlptraines(mlpbase.multilayerperceptron network, double[,] trnxy, int trnsize, double[,] valxy, int valsize, double decay, int restarts, ref int info, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlptraines(mlpbase.multilayerperceptron network, double[,] trnxy, int trnsize, double[,] valxy, int valsize, double decay, int restarts, ref int info, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlptrainlbfgs(mlpbase.multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, ref int info, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlptrainlbfgs(mlpbase.multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, double wstep, int maxits, ref int info, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlptrainlm(mlpbase.multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, ref int info, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlptrainlm(mlpbase.multilayerperceptron network, double[,] xy, int npoints, double decay, int restarts, ref int info, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlptrainnetwork(mlptrainer s, mlpbase.multilayerperceptron network, int nrestarts, mlpreport rep) | alglib.mlptrain | inlinestatic |
mlptrainnetworkx(mlptrainer s, int nrestarts, int algokind, int[] trnsubset, int trnsubsetsize, int[] valsubset, int valsubsetsize, mlpbase.multilayerperceptron network, mlpreport rep, bool isrootcall, alglib.smp.shared_pool sessions) | alglib.mlptrain | inlineprivatestatic |
mthreadcv(mlptrainer s, int rowsize, int nrestarts, int[] folds, int fold, int dfold, double[,] cvy, alglib.smp.shared_pool pooldatacv) | alglib.mlptrain | inlineprivatestatic |