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


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