|
fastglmm
Massively scalable generalized linear mixed models
|
#include <glmmFitFeatures.h>
Public Member Functions | |
| glmmFitFeatures (const T1 &y, const T2 &X, const string &family, const spectralDecomp< T3 > &dcmp, const vec &weights={}, const vec &offset={}, const double &delta=-1, const double &left=-10, const double &right=10, const double &tol=1e-5, const double &tol_eta=1e-7, const int &maxit=100, const double &lambda=0, const int &nthreads=1, const ModelDetail md=LOW) | |
| ModelFitGLMMList | eval (const T2 &X_add_, const vector< string > &ids) |
| fastglmmLib::glmmFitFeatures< T1, T2, T3 >::glmmFitFeatures | ( | const T1 & | y, |
| const T2 & | X, | ||
| const string & | family, | ||
| const spectralDecomp< T3 > & | dcmp, | ||
| const vec & | weights = {}, | ||
| const vec & | offset = {}, | ||
| const double & | delta = -1, | ||
| const double & | left = -10, | ||
| const double & | right = 10, | ||
| const double & | tol = 1e-5, | ||
| const double & | tol_eta = 1e-7, | ||
| const int & | maxit = 100, | ||
| const double & | lambda = 0, | ||
| const int & | nthreads = 1, | ||
| const ModelDetail | md = LOW ) |
| ModelFitGLMMList fastglmmLib::glmmFitFeatures< T1, T2, T3 >::eval | ( | const T2 & | X_add_, |
| const vector< string > & | ids ) |