![]() |
aGrUM
0.14.2
|
The class that computes countings of observations from the database. More...
#include <vector>
#include <utility>
#include <sstream>
#include <string>
#include <agrum/agrum.h>
#include <agrum/core/bijection.h>
#include <agrum/core/sequence.h>
#include <agrum/core/OMPThreads.h>
#include <agrum/core/threadData.h>
#include <agrum/graphs/DAG.h>
#include <agrum/learning/database/DBRowGeneratorParser.h>
#include <agrum/learning/scores_and_tests/idSet.h>
#include <agrum/learning/scores_and_tests/recordCounter_tpl.h>
Go to the source code of this file.
Classes | |
class | gum::learning::RecordCounter< ALLOC > |
The class that computes countings of observations from the database. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
gum::learning | |
The class that computes countings of observations from the database.
This class is the one to be called by scores and independence tests to compute countings of observations from tabular databases.
Definition in file recordCounter.h.