Machine Learning Library
|
#include <fstream>
#include <iostream>
#include <string>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | CObject< Type > |
Base class for all object. More... | |
Macros | |
#define | COUT(msg, level) { if( level && level <= (int) this->verbose() ) cout << msg << endl; } |
Enumerations | |
enum | VERBOSE_LEVEL { OFF, STATUS, ERROR, VERBOSE } |
enum | IO_MODE { READ, WRITE } |
enum | DATATYPE { INT, FLOAT, DOUBLE } |
#define COUT | ( | msg, | |
level | |||
) | { if( level && level <= (int) this->verbose() ) cout << msg << endl; } |
enum DATATYPE |
enum IO_MODE |
enum VERBOSE_LEVEL |