![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
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>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 | |
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.
Definition in file databaseTable.h.