|
cMHN 1.1
C++ library for learning MHNs with pRC
|
Go to the source code of this file.
Namespaces | |
| namespace | cMHN |
Functions | |
| template<class T , pRC::Size D> | |
| static auto | cMHN::generatePD (pRC::RandomEngine &rng, pRC::Tensor< T, D, D > const &smallThetaGT, pRC::Size const &size) |
| Generates a data distribution from a given ground truth model. | |
| template<class T , pRC::Size D> | |
| static auto | cMHN::generatePD (pRC::Tensor< T, D, D > const &smallThetaGT, pRC::Size const &size) |
| Generates a data distribution from a given ground truth model. | |