|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <cmhn/common/calculate_pTheta.hpp>#include <cmhn/utility/utility.hpp>#include <fstream>#include <iomanip>#include <string>#include <prc.hpp>Go to the source code of this file.
Namespaces | |
| namespace | cMHN |
Functions | |
| template<class T , pRC::Size D> | |
| static auto | cMHN::generateData (pRC::RandomEngine &rng, pRC::Tensor< T, D, D > const &smallThetaGT, pRC::Size const &size, std::string const &header, std::string const &filename) |
| Generates a data file from a given ground truth model. | |
| template<class T , pRC::Size D> | |
| static auto | cMHN::generateData (pRC::Tensor< T, D, D > const &smallThetaGT, pRC::Size const &size, std::string const &header, std::string const &filename) |
| Generates a data file from a given ground truth model. | |