Machine Learning Library
Classes | Macros | Enumerations
CObject.h File Reference
#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 }
 

Macro Definition Documentation

#define COUT (   msg,
  level 
)    { if( level && level <= (int) this->verbose() ) cout << msg << endl; }

Enumeration Type Documentation

enum DATATYPE
Enumerator
INT 
FLOAT 
DOUBLE 
enum IO_MODE
Enumerator
READ 
WRITE 
Enumerator
OFF 
STATUS 
ERROR 
VERBOSE