#include <boost/range/combine.hpp>
#include <boost/range/empty.hpp>
#include <boost/range/size.hpp>
#include <boost/tuple/tuple.hpp>
#include <algorithm>
#include <cmath>
#include <utility>
Go to the source code of this file.
|
| paal |
| global namespace of project.
|
|
|
template<typename FloatType = double, typename Probs , typename TestResults > |
FloatType | paal::log_loss (Probs &&probs, TestResults &&test_results) |
|
template<typename FloatType > |
FloatType | paal::likelihood_from_log_loss (FloatType log_loss) |
|
template<typename FloatType = double, typename Probs , typename TestResults > |
FloatType | paal::likelihood (Probs &&probs, TestResults &&test_results) |
|
template<typename FloatType = double, typename Probs , typename TestResults > |
FloatType | paal::mean_absolute_error (Probs &&probs, TestResults &&test_results) |
|
- Author
- Andrzej Pacuk
- Version
- 1.0
- Date
- 2014-10-22
Definition in file performance_measures.hpp.