aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
databaseTable.h File Reference

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

#include <algorithm>
#include <exception>
#include <functional>
#include <memory>
#include <numeric>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/base/database/DBTranslatorSet.h>
#include <agrum/base/database/IDatabaseTable.h>
#include <agrum/base/core/math/math_utils.h>
#include <agrum/base/database/databaseTable_tpl.h>
#include <agrum/base/database/databaseTable_inl.h>
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
 The class representing a tabular database as used by learning tasks. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  gum::learning
 include the inlined functions if necessary

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(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file databaseTable.h.