aGrUM  0.14.2
recordCounter.h File Reference

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>
+ Include dependency graph for recordCounter.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file recordCounter.h.