STK++ 0.9.13
|
In this file we define the Interface base class for all the running classes. More...
#include <STKernel/include/STK_String.h>
Go to the source code of this file.
Classes | |
class | STK::IRunnerBase |
Abstract base class for all classes having a. More... | |
class | STK::IRunnerWithData< Array > |
Abstract class for all running class based on a data set. More... | |
class | STK::IRunnerUnsupervised< Array, Weights_ > |
Abstract class for all classes making unsupervised learning. More... | |
class | STK::IRunnerSupervised< YArray_, XArray_, Weights_ > |
Abstract class for all classes making supervised learning. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
In this file we define the Interface base class for all the running classes.
Definition in file STK_IRunner.h.