aGrUM  0.14.2
databaseTable.h File Reference

The class representing a tabular database stored in RAM. More...

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

Go to the source code of this file.

Classes

class  gum::learning::DatabaseTable< ALLOC >
 The class representing a tabular database as used by learning tasks. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 
 gum::learning
 

Detailed Description

The class representing a tabular database stored in RAM.

Class DatabaseTable represents a tabular database that stores in the computer's random access memory (RAM) its content as a vector of DBRows of DBTranslatedValue instances.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file databaseTable.h.