#include <plLearnKLaplace.h>
Inheritance diagram for plLearnKLaplace:
Public Member Functions | |
plLearnKLaplace () | |
Default constructor. | |
plLearnKLaplace (const plVariablesConjunction &vars) | |
Constructor using a set of variables. | |
template<class arrayType> | |
plLearnKLaplace (const plVariablesConjunction &vars, arrayType init_freq, double init_weight=1.0) | |
Constructor using a set of variables, initial frequencies, and an initial weight. | |
~plLearnKLaplace () | |
Dectructor. | |
void | get_params (plValues ¶ms) const |
Returns the probability table in the output parameter {params}. | |
plKernel | get_distribution (const void *parameters=NULL) const |
Returns the probability table corresponding to the learnt distribution. | |
void | get_probability (vector< plProbValue > &table) const |
Returns the probability table corresponding to the learnt distribution in the output parameter 'table'. | |
void | get_probability (plProbValue *table) const |
Returns the probability table corresponding to the learnt distribution in the output parameter 'table'. |
Definition at line 27 of file plLearnKLaplace.h.
|
Returns the probability table corresponding to the learnt distribution in the output parameter 'table'. Supposes that 'table' has the exact size. Reimplemented from plLearnKHistogram. Definition at line 77 of file plLearnKLaplace.h. |