aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
DBRowGeneratorParser_tpl.h
Go to the documentation of this file.
1
20
26
28
29#ifndef DOXYGEN_SHOULD_SKIP_THIS
30
31namespace gum {
32
33 namespace learning {
34
36 template < typename GUM_SCALAR >
38 const BayesNet<GUM_SCALAR>& new_bn) {
39 _generator_set_.setBayesNet(new_bn);
40 }
41
42 } /* namespace learning */
43
44} /* namespace gum */
45
46#endif /* DOXYGEN_SHOULD_SKIP_THIS */
The class for parsing DatabaseTable rows and generating output rows.
void setBayesNet(const BayesNet< GUM_SCALAR > &new_bn)
assign a new Bayes net to all the generators that depend on a BN
DBRowGeneratorSet _generator_set_
the set of DBRow generators (might be empty)
include the inlined functions if necessary
Definition CSVParser.h:54
gum is the global namespace for all aGrUM entities
Definition agrum.h:46