cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
generate_pD.hpp File Reference
#include <cmhn/common/calculate_pTheta.hpp>
#include <cmhn/utility/utility.hpp>
#include <prc.hpp>

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.