cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
calculate_score.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  cMHN
 

Functions

template<class T , pRC::Size D, class S >
T cMHN::calculateScore (nonTT::MHNOperator< T, D > const &op, std::map< S, T > const &pD, cMHN::Score< T > const &Score, cMHN::Regulator< T, D > const &Regulator)
 Calculate score of a theta matrix given some data distribution pD.
 
template<pRC::Size RP, class T , pRC::Size D, class S >
T cMHN::calculateScore (TT::MHNOperator< T, D > const &op, std::map< S, T > const &pD, cMHN::Score< T > const &Score, cMHN::Regulator< T, D > const &Regulator, T const &toleranceSolverP=1e-4)
 Calculate score of a theta matrix given some data distribution pD (using TTs)