25 #ifndef GUM_SIMPLE_CPT_GENERATOR_H 26 #define GUM_SIMPLE_CPT_GENERATOR_H 42 template <
typename GUM_SCALAR >
73 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS aGrUM's Potential is a multi-dimensional array with tensor operators.
gum is the global namespace for all aGrUM entities
Interface-like class for generating Conditional Probability Tables.
SimpleCPTGenerator()
Default constructor.
~SimpleCPTGenerator() override
Destructor.
<agrum/BN/generator/simpleCPTGenerator.h>
Source implementation of SimpleCPTGenerator.
Size Idx
Type for indexes.
void generateCPT(const Idx &varId, const Potential< GUM_SCALAR > &cpt) override
Generates a CPT using floats.