Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

plLearnKLaplace Class Reference

The class for learning n dimensionnal Laplace's distribution with KNOWN variables definition sets. More...

#include <plLearnKLaplace.h>

Inheritance diagram for plLearnKLaplace:

Inheritance graph
[legend]
Collaboration diagram for plLearnKLaplace:

Collaboration graph
[legend]
List of all members.

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 &params) 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'.

Detailed Description

The class for learning n dimensionnal Laplace's distribution with KNOWN variables definition sets.

Definition at line 27 of file plLearnKLaplace.h.


Member Function Documentation

void plLearnKLaplace::get_probability plProbValue *  table  )  const [inline, virtual]
 

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.


The documentation for this class was generated from the following file:
Generated on Fri Apr 1 10:59:14 2005 for ProBT by  doxygen 1.4.1