Containing the definitions of the different ways of evaluating the validation error. More...
Go to the source code of this file.
Functions | |
| template<typename T> | |
| double | mse (const KO_Traits::StoringVector &diff, int number_threads) |
| Template function for the estimate of the L2 norm. | |
Containing the definitions of the different ways of evaluating the validation error.
| double mse | ( | const KO_Traits::StoringVector & | diff, |
| int | number_threads ) |
Template function for the estimate of the L2 norm.
| T | type of the data |
| diff | vector containing the differences |
| number_threads | number of threads for OMP |