aGrUM
0.17.2
a C++ library for (probabilistic) graphical models
exactBNdistance.cpp
Go to the documentation of this file.
1
30
#include <
agrum/tools/core/math/math.h
>
31
#include <
agrum/BN/algorithms/divergence/exactBNdistance.h
>
32
33
#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
34
template
class
gum::ExactBNdistance< double >
;
35
#endif
math.h
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
exactBNdistance.h
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
gum::ExactBNdistance
ExactBNdistance computes exactly the KL divergence betweens 2 BNs.
Definition:
exactBNdistance.h:70