Auxilliary Tool:
A data structure that keeps track of the likelihood value for a particular parameter setting, and the gradient of the value function with resepct to that parameter setting.
More...
#include <StructTypes.h>
Public Attributes | |
double | val |
The likelihood value. | |
cv::Mat | grad |
The likelihood gradient. |
Auxilliary Tool:
A data structure that keeps track of the likelihood value for a particular parameter setting, and the gradient of the value function with resepct to that parameter setting.