CCL Library
1.0
|
This structure describes a "LEARN_NCL_MODEL" (a learn ncl model). This structure constains the dimentionality of the defined problems and the model parameters. It should always initialised with ccl_learn_ncl_model_alloc, and destroyed with ccl_learn_ncl_model_free. More...
#include <ccl_learn_ncl.h>
Data Fields | |
int | dim_b |
The number of basis functions. | |
int | dim_x |
The dimensionality of the state space. | |
int | dim_y |
The dimensionality of the action space. | |
int | dim_n |
The number of data points. | |
double * | c |
The mean of the rbf. | |
double | s2 |
The variance of the rbf. | |
double * | w |
The model parameters for learning nullspace component. | |
This structure describes a "LEARN_NCL_MODEL" (a learn ncl model). This structure constains the dimentionality of the defined problems and the model parameters. It should always initialised with ccl_learn_ncl_model_alloc, and destroyed with ccl_learn_ncl_model_free.