lmrq_model Struct Reference
struct definition to handle model functions More...
#include <gimath_lm.h>
Data Fields | |
lmrq_model_id | id |
fitted_func | cfunc |
cxint | nparams |
cxint | ninputs |
cxchar | name [256] |
lmrq_model_type | type |
Detailed Description
struct definition to handle model functions
Definition at line 146 of file gimath_lm.h.
Field Documentation
fitted_func cfunc |
C function name for the model
Definition at line 148 of file gimath_lm.h.
lmrq_model_id id |
model identification
Definition at line 147 of file gimath_lm.h.
cxchar name[256] |
cxint ninputs |
number of inputs for the model
Definition at line 150 of file gimath_lm.h.
cxint nparams |
number of parameters for the model
Definition at line 149 of file gimath_lm.h.
lmrq_model_type type |
type of model
Definition at line 152 of file gimath_lm.h.
The documentation for this struct was generated from the following file: