CCL Library
1.0
|
This structure defines the model parameters for NHAT_Model. More...
#include <ccl_learn_nhat.h>
Data Fields | |
int | dim_u |
The dimensionality of action space. | |
int | dim_n |
The number of data points. | |
int | dim_t |
Number of parameters needed to represent a unit vector. | |
int | dim_c |
The dimensionality of constraints. | |
double * | theta |
Returned optimal theta parameters. | |
double * | alpha |
Returned optimal alpha in unit vector. | |
double * | P |
Returned optimal projection matrix. | |
double | variance |
Variance of nullspace components. | |
double | umse_j |
The mean sqaure error of residual error. | |
double | nmse_j |
The normalised mean sqaure error of residual error. | |
This structure defines the model parameters for NHAT_Model.
This structure containts the dimension and the memory of NHAT_Model. It should always initialise with nhat_mem_alloc_model and destroy with nhat_mem_free_model.