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

The base class for all DBRow generators. More...

Include dependency graph for DBRowGenerator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::learning::DBRowGenerator
 The base class for all DBRow generators. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  gum::learning
 include the inlined functions if necessary

Enumerations

enum class  gum::learning::DBRowGeneratorGoal : char { gum::learning::DBRowGeneratorGoal::ONLY_REMOVE_MISSING_VALUES , gum::learning::DBRowGeneratorGoal::OTHER_THINGS_THAN_REMOVE_MISSING_VALUES }
 the type of things that a DBRowGenerator is designed for More...

Detailed Description

The base class for all DBRow generators.

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

Definition in file DBRowGenerator.h.