|
cMHN 1.0
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, nonTT::MHNOperator< T, D > const &op, pRC::Size const &size, T const &toleranceSolverP) |
| Generates a data distribution from a given nonTT MHNOperator. More... | |
| template<class T , pRC::Size D> | |
| static auto | cMHN::generatePD (nonTT::MHNOperator< T, D > const &op, pRC::Size const &size, T const &toleranceSolverP) |
| Generates a data distribution from a given nonTT MHNOperator. More... | |
| template<pRC::Size RP, class T , pRC::Size D> | |
| static auto | cMHN::generatePD (pRC::RandomEngine &rng, TT::MHNOperator< T, D > const &op, pRC::Size const &size, T const &toleranceSolverP) |
| Generates a data distribution from a given TT MHNOperator. More... | |
| template<pRC::Size RP, class T , pRC::Size D> | |
| static auto | cMHN::generatePD (TT::MHNOperator< T, D > const &op, pRC::Size const &size, T const &toleranceSolverP) |
| Generates a data distribution from a given TT MHNOperator. More... | |