![]() |
aGrUM
0.14.2
|
The class representing a tabular database stored in RAM. More...
#include <numeric>
#include <algorithm>
#include <functional>
#include <exception>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/core/math/math.h>
#include <agrum/core/set.h>
#include <agrum/core/thread.h>
#include <agrum/learning/database/DBCell.h>
#include <agrum/learning/database/DBRow.h>
#include <agrum/learning/database/DBTranslatedValue.h>
#include <agrum/learning/database/IDatabaseTable.h>
#include <agrum/learning/database/DBTranslatorSet.h>
#include <agrum/learning/database/DBTranslator4ContinuousVariable.h>
#include <agrum/learning/database/databaseTable_tpl.h>
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 | |
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.