#include <plMutableCndKernel.h>
Inheritance diagram for plMutableCndKernel:


Public Member Functions | |
| plMutableCndKernel () | |
| Default void contructor. | |
| virtual | ~plMutableCndKernel () |
| Destructor. | |
| plMutableCndKernel (const plCndKernel &init_cnd_kernel) | |
| Construction and initialization to "init_cnd_kernel". | |
| void | init (const plCndKernel &init_cnd_kernel) |
| Initilize the mutable conditional kernel to "init_kernel". | |
| void | mutate (const plCndKernel &new_cnd_kernel) |
| Mutate the mutable conditional kernel to "new_cnd_kernel". | |
This class permits to describe dynamic probabilistic models such as Bayesian filters.
Definition at line 26 of file plMutableCndKernel.h.
1.4.1