cMHN 1.0
C++ library for learning MHNs with pRC
Namespaces | Functions
write_theta.hpp File Reference
#include <fstream>
#include <iomanip>
#include <map>
#include <string>

Go to the source code of this file.

Namespaces

namespace  cMHN
 

Functions

template<class T , pRC::Size D>
static auto cMHN::writeTheta (std::string const &filename, std::string const &header, pRC::Tensor< T, D, D > const &theta, std::map< std::string, std::string > const &logInfoNames={}, std::map< std::string, double > const &logInfoNumbers={})
 Writes a theta matrix to file, including additional logging information at the bottom. More...