#include <plLearn.h>
Inheritance diagram for plNonCndLearnObject:
Public Member Functions | |
plNonCndLearnObject () | |
Void default constructor. | |
plNonCndLearnObject (const plVariablesConjunction &variables) | |
Constructor using a set of variables (i.e for learning {P(variables)}. | |
virtual | ~plNonCndLearnObject () |
Destructor. | |
virtual void | get_params (plValues ¶ms) const =0 |
Returns all learnt parameters of the object. | |
virtual plKernel | get_distribution (const void *parameters=NULL) const =0 |
Constructs the kernel corresponding to the learnt distribution. |
Definition at line 161 of file plLearn.h.
|
Returns all learnt parameters of the object. This virtual method has to be implemented in all derived classes. Implemented in plLearn1dNormal, plLearnKHistogram, plLearnKLaplace, plLearnKLidstone, plLearnNdNormal, and plLearnUnKHistogram. |