47#ifndef GUM_SIMPLE_CPT_GENERATOR_H
48#define GUM_SIMPLE_CPT_GENERATOR_H
65 template <
typename GUM_SCALAR >
92 void generateCPT(
const Idx& varId,
const Tensor< GUM_SCALAR >& cpt)
const override;
95#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
<agrum/BN/generator/simpleCPTGenerator.h>
void generateCPT(const Idx &varId, const Tensor< GUM_SCALAR > &cpt) const override
Generates a CPT using floats.
SimpleCPTGenerator()
Default constructor.
~SimpleCPTGenerator() override
Destructor.
Size Idx
Type for indexes.
gum is the global namespace for all aGrUM entities
Source implementation of SimpleCPTGenerator.