STK++ 0.9.13
|
In this file we define the strategies to use in order to estimate a mixture model. More...
#include "STK_IMixtureStrategy.h"
Go to the source code of this file.
Classes | |
struct | STK::SimpleStrategyParam |
helper structure encapsulating the parameters of the simple strategy More... | |
class | STK::SimpleStrategy |
A SimpleStrategy is just nbTry long run. More... | |
struct | STK::XemStrategyParam |
helper structure encapsulating the parameters of the Xem strategy More... | |
class | STK::XemStrategy |
A XemStrategy is based on the following paradigm: More... | |
struct | STK::FullStrategyParam |
helper structure encapsulating the parameters of the Full strategy More... | |
class | STK::FullStrategy |
A FullStrategy is based on the following paradigm: More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
In this file we define the strategies to use in order to estimate a mixture model.
In this file we define the class implementing a XEM strategy.
In this file we define the class implementing a simple strategy.
Definition in file STK_MixtureStrategy.h.