Public Member Functions | |
double | getAlpha (size_t config) const |
Return the alpha component of the CG distribution. | |
double | getBeta (ContinuousChanceNode *parent, size_t config) const |
Return the beta component of the CG distribution. | |
double | getGamma (size_t config) const |
Return the gamma component of the CG distribution. | |
ContinuousChanceNode * | getNode () const |
Return the ContinuousChanceNode on which the CGDistribution is define. | |
void | setAlpha (size_t config, double alpha) |
Set the alpha component of the CG distribution given a discrete configuration. | |
void | setBeta (ContinuousChanceNode *parent, size_t config, double beta) |
Set the beta component of the CG distribution. | |
void | setGamma (size_t config, double gamma) |
Set the gamma component of the CG distribution given a discrete configuration. |
|
Return the alpha component of the CG distribution.
|
|
Return the beta component of the CG distribution. The distribution is given the discrete configuration and the continuous parent.
|
|
Return the gamma component of the CG distribution.
|
|
Return the ContinuousChanceNode on which the CGDistribution is define.
|
|
Set the alpha component of the CG distribution given a discrete configuration.
|
|
Set the beta component of the CG distribution. The distribution is given a discrete configuration and the continuous parent.
|
|
Set the gamma component of the CG distribution given a discrete configuration.
|