|
Marsyas
0.6.0-alpha
|
#include <WekaSource.h>
Inherits WekaData.
Public Types | |
| enum | nextMode { None, Training, Predict } |
Public Member Functions | |
| std::vector< mrs_real > * | Next (nextMode &next) |
| void | Reset () |
| void | SetupkFoldSections (const WekaData &data, mrs_natural foldCount, mrs_natural classAttr=-1) |
| ~WekaFoldData () | |
Definition at line 22 of file WekaSource.h.
| enum nextMode |
Definition at line 27 of file WekaSource.h.
| ~WekaFoldData | ( | ) | [inline] |
Definition at line 25 of file WekaSource.h.
Definition at line 95 of file WekaSource.h.
| void Reset | ( | ) | [inline] |
Definition at line 71 of file WekaSource.h.
| void SetupkFoldSections | ( | const WekaData & | data, |
| mrs_natural | foldCount, | ||
| mrs_natural | classAttr = -1 |
||
| ) | [inline] |
Definition at line 47 of file WekaSource.h.
1.7.6.1