#include <glmmFitFeatures.h>
|
| | 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) |
◆ glmmFitFeatures()
template<typename T1, typename T2, typename T3>
| 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 ) |
◆ eval()
template<typename T1, typename T2, typename T3>
The documentation for this class was generated from the following file: