
| NT | Norm type. | |
| KT | Kernel type. |
Definition at line 26 of file RegularisedParticleResampler.hpp.
Public Member Functions | |
| RegularisedParticleResampler (const NT &N, const KT &K) | |
| Constructor. | |
| virtual | ~RegularisedParticleResampler () |
| Destructor. | |
| void | setNorm (const NT &N) |
| Set the kernel density norm. | |
| void | setKernel (const KT &K) |
| Set the kernel density kernel. | |
| virtual indii::ml::aux::DiracMixturePdf | resample (indii::ml::aux::DiracMixturePdf &p) |
| Resample the distribution. | |
| RegularisedParticleResampler | ( | const NT & | N, | |
| const KT & | K | |||
| ) | [inline] |
Constructor.
| N | The kernel density norm. | |
| K | The kernel density kernel. |
Definition at line 84 of file RegularisedParticleResampler.hpp.
| ~RegularisedParticleResampler | ( | ) | [inline, virtual] |
| void setNorm | ( | const NT & | N | ) | [inline] |
Set the kernel density norm.
| N | The kernel density norm. |
Definition at line 95 of file RegularisedParticleResampler.hpp.
| void setKernel | ( | const KT & | K | ) | [inline] |
Set the kernel density kernel.
| K | The kernel density kernel. |
Definition at line 100 of file RegularisedParticleResampler.hpp.
| indii::ml::aux::DiracMixturePdf resample | ( | indii::ml::aux::DiracMixturePdf & | p | ) | [inline, virtual] |
Resample the distribution.
Implements ParticleResampler.
Definition at line 106 of file RegularisedParticleResampler.hpp.
1.5.3