|
STK++ 0.9.13
|
In this file we define the bridge class between the Poisson mixture models and the composer. More...
#include "STK_Poisson_ljk.h"#include "STK_Poisson_ljlk.h"#include "STK_Poisson_lk.h"#include "../STK_IMixtureBridge.h"

Go to the source code of this file.
Classes | |
| struct | STK::hidden::MixtureBridgeTraits< PoissonBridge< Clust::Poisson_ljk_, Data_ > > |
| Partial specialization of the MixtureBridgeTraits for the STK::Poisson_ljk mixture model. More... | |
| struct | STK::hidden::MixtureBridgeTraits< PoissonBridge< Clust::Poisson_lk_, Data_ > > |
| Partial specialization of the MixtureBridgeTraits for the STK::Poisson_lk mixture model. More... | |
| struct | STK::hidden::MixtureBridgeTraits< PoissonBridge< Clust::Poisson_ljlk_, Data_ > > |
| Partial specialization of the MixtureBridgeTraits for the STK::Poisson_ljlk mixture model. More... | |
| class | STK::PoissonBridge< Id, Data > |
| template implementation of the IMixtureBridge interface allowing to bridge a STK++ Poisson mixture with the composer. More... | |
Namespaces | |
| namespace | STK |
| The namespace STK is the main domain space of the Statistical ToolKit project. | |
| The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
In this file we define the bridge class between the Poisson mixture models and the composer.
Definition in file STK_PoissonBridge.h.