|
cMHN 1.0
C++ library for learning MHNs with pRC
|
#include <prc.hpp>Go to the source code of this file.
Namespaces | |
| namespace | cMHN |
Functions | |
| template<pRC::Size D, class T = pRC::Float<>> | |
| static auto | cMHN::generateTheta (pRC::RandomEngine &rng, pRC::Float<> const &fullness=0.5, T const &diagonalMean=-2, T const &diagonalStd=2, T const &offDiagonalMean=0, T const &offDiagonalB=0.75) |
| Generates a random theta matrix according to given distributions, and with given fullness. More... | |
| template<pRC::Size D, class T = pRC::Float<>> | |
| static auto | cMHN::generateTheta (pRC::Float<> const &fullness=0.5, T const &diagonalMean=-2, T const &diagonalStd=2, T const &offDiagonalMean=0, T const &offDiagonalB=0.75) |
| Generates a random theta matrix according to given distributions, and with given fullness. More... | |