aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
recordCounter.h File Reference

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>
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
 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

Detailed Description

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.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file recordCounter.h.