STK++ 0.9.13
STK_IRunner.h File Reference

In this file we define the Interface base class for all the running classes. More...

Include dependency graph for STK_IRunner.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

In this file we define the Interface base class for all the running classes.

Definition in file STK_IRunner.h.