30 #ifndef GUM_OCNF_WRITER_H 31 #define GUM_OCNF_WRITER_H 56 template <
typename GUM_SCALAR,
57 template <
typename >
class IApproximationPolicy = ExactPolicy >
59 :
public CNFWriter< GUM_SCALAR, IApproximationPolicy > {
95 void write(
const std::string& filePath,
100 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 107 #endif // GUM_NET_WRITER_H
void write(std::ostream &output, const IBayesNet< GUM_SCALAR > &bn) final
Writes a Bayesian Network in the output stream using the BN format.
Definition of classe for BN file output manipulation.
FactorisedValuesCNFWriter()
Default constructor.
<agrum/BN/io/cnf/FactorisedValuesCNFWriter.h>
Class representing the minimal interface for Bayesian Network.
gum is the global namespace for all aGrUM entities
~FactorisedValuesCNFWriter() final
Destructor.
Writes a IBayesNet in the BN format.
Classes used to practice approximation on value.
Class hash tables iterators.