, including all inherited members.
clipValue(REAL value, REAL min, REAL max) | NumericalTools | [static] |
convertDateToInt(uint day, uint month, uint year, uint hour, uint minute, uint second) | Framework | [static] |
convertIntToDate(uint date, uint &day, uint &month, uint &year, uint &hour, uint &minute, uint &second, uint &weekday) | Framework | [static] |
Framework() | Framework | |
getAdditionalStartupParameter() | Framework | [static] |
getDatasetType() | Framework | [static] |
getFrameworkMode() | Framework | [static] |
getMaxThreads() | Framework | [static] |
getNormRandomNumber(REAL mean, REAL std) | NumericalTools | [static] |
getRandomSeed() | Framework | [static] |
getUniformRandomNumber(REAL min, REAL max) | NumericalTools | [static] |
LogisticRegressionMultisolutionSinglecall(REAL *A, REAL *b, REAL *x, int n, int m, int k, REAL lambda, REAL offset=0.0, REAL scale=1.0, bool isRowMajor=true) | NumericalTools | [static] |
NumericalTools() | NumericalTools | |
RidgeRegressionMultisolutionMulticall(REAL *A, REAL *b, REAL *x, int n, int m, int k, REAL lambda, int alloc=0, bool isRowMajor=false) | NumericalTools | [static] |
RidgeRegressionMultisolutionSinglecall(REAL *A, REAL *b, REAL *x, int n, int m, int k, REAL lambda, bool isRowMajor, double *rideModifier=0) | NumericalTools | [static] |
RidgeRegressionMultisolutionSinglecallGELSS(REAL *A, REAL *b, REAL *x, int n, int m, int k, REAL lambda, bool isRowMajor=false) | NumericalTools | [static] |
RidgeRegressionNonNegmulticall(REAL *A, REAL *b, REAL *x, int n, int m, REAL lamda, REAL eps, int maxIter, int alloc=0, bool isRowMajor=true, int debug=0) | NumericalTools | [static] |
RidgeRegressionNonNegSinglecall(REAL *A, REAL *b, REAL *x, int n, int m, REAL lamda, REAL eps, int maxIter, bool isRowMajor=true, int debug=0) | NumericalTools | |
setAdditionalStartupParameter(char *s) | Framework | [static] |
setDatasetType(bool isClassification) | Framework | [static] |
setFrameworkMode(int mode) | Framework | [static] |
setMaxThreads(int n) | Framework | [static] |
setRandomSeed(int n) | Framework | [static] |
~Framework() | Framework | |
~NumericalTools() | NumericalTools | |