#include <plLearnKLidstone.h>
Inheritance diagram for plLearnKLidstone:
Public Member Functions | |
plLearnKLidstone () | |
Default constructor. | |
plLearnKLidstone (const plVariablesConjunction &vars, double alpha=1.0) | |
Constructor using a set of variables, with parameter alpha. | |
~plLearnKLidstone () | |
Dectructor. | |
void | setLidstoneParam (double alpha) |
Set the Lidstone parameter. | |
void | get_params (plValues ¶ms) const |
Returns the probability table 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 plLearnKLidstone.h.
|
Returns the probability table corresponding to the learnt distribution. The parameters could be a pointer to a double : a Lidstone's distribution parameter, NULL otherwise and in the last case the default parameter is used. Reimplemented from plLearnKHistogram. Definition at line 65 of file plLearnKLidstone.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 92 of file plLearnKLidstone.h. |