|
cMHN 1.0
C++ library for learning MHNs with pRC
|
Typedefs | |
| using | T = pRC::Float<> |
| using | TN = pRC::Tensor< T, D, D > |
Functions | |
| TEST (ScoreAndRegulatorTests, KLScoreCalculatesCorrectScore) | |
| TEST (ScoreAndRegulatorTests, KLTHScoreCalculatesCorrectScore) | |
| TEST (ScoreAndRegulatorTests, GeneralScoreCalculatesCorrectScore) | |
| TEST (ScoreAndRegulatorTests, L1RegulatorCalculatesCorrectPenalty) | |
| TEST (ScoreAndRegulatorTests, L2RegulatorCalculatesCorrectPenalty) | |
| TEST (ScoreAndRegulatorTests, GeneralRegulatorCalculatesCorrectPenalty) | |
| TEST (ScoreAndRegulatorTests, ScoreCalculationFromThetaCorrect) | |
| TEST (ScoreAndRegulatorTests, ScoreAndGradCalculationFromThetaCorrect) | |
Variables | |
| pRC::Size const | D = 4 |
| using T = pRC::Float<> |
| TEST | ( | ScoreAndRegulatorTests | , |
| GeneralRegulatorCalculatesCorrectPenalty | |||
| ) |
| TEST | ( | ScoreAndRegulatorTests | , |
| GeneralScoreCalculatesCorrectScore | |||
| ) |
| TEST | ( | ScoreAndRegulatorTests | , |
| KLScoreCalculatesCorrectScore | |||
| ) |
| TEST | ( | ScoreAndRegulatorTests | , |
| KLTHScoreCalculatesCorrectScore | |||
| ) |
| TEST | ( | ScoreAndRegulatorTests | , |
| L1RegulatorCalculatesCorrectPenalty | |||
| ) |
| TEST | ( | ScoreAndRegulatorTests | , |
| L2RegulatorCalculatesCorrectPenalty | |||
| ) |
| TEST | ( | ScoreAndRegulatorTests | , |
| ScoreAndGradCalculationFromThetaCorrect | |||
| ) |
| TEST | ( | ScoreAndRegulatorTests | , |
| ScoreCalculationFromThetaCorrect | |||
| ) |
| pRC::Size const D = 4 |