![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
The class that computes counting of observations from the database. More...
#include <sstream>#include <string>#include <utility>#include <vector>#include <agrum/agrum.h>#include <agrum/base/core/threads/threadData.h>#include <agrum/base/database/DBRowGeneratorParser.h>#include <agrum/base/stattests/idCondSet.h>#include <agrum/base/stattests/recordCounter_tpl.h>#include <agrum/base/stattests/recordCounter_inl.h>Go to the source code of this file.
Classes | |
| class | gum::learning::RecordCounter |
| The class that computes counting of observations from the database. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
| namespace | gum::learning |
| include the inlined functions if necessary | |
The class that computes counting of observations from the database.
This class is the one to be called by scores and independence tests to compute counting of observations from tabular databases.
Definition in file recordCounter.h.