50#ifndef GUM_INFORMATION_THEORY
51#define GUM_INFORMATION_THEORY
60 template <
typename T >
62 { t.addJointTarget(target) } -> std::same_as< void >;
80 template <
template <
typename >
class INFERENCE_ENGINE,
typename GUM_SCALAR >
91 const std::vector< std::string >& Xnames,
92 const std::vector< std::string >& Ynames);
94 const std::vector< std::string >& Xnames,
95 const std::vector< std::string >& Ynames,
96 const std::vector< std::string >& Znames);
Set< NodeId > NodeSet
Some typdefs and define for shortcuts ...
gum is the global namespace for all aGrUM entities
Set< const DiscreteVariable * > VariableSet
Header of the Tensor class.