|
DiSMEC++
|
#include "weighting.h"#include <stdexcept>#include <cmath>#include "spdlog/spdlog.h"#include "data/data.h"#include "doctest.h"Go to the source code of this file.
Functions | |
| TEST_CASE ("propensity calculation") | |
| TEST_CASE ("constant weighting") | |
| TEST_CASE ("prop weighting") | |
| TEST_CASE | ( | "constant weighting" | ) |
Definition at line 121 of file weighting.cpp.
References dismec::ConstantWeighting::get_negative_weight(), and dismec::ConstantWeighting::get_positive_weight().
| TEST_CASE | ( | "prop weighting" | ) |
Definition at line 132 of file weighting.cpp.
| TEST_CASE | ( | "propensity calculation" | ) |
Definition at line 101 of file weighting.cpp.