|
Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
#include <iterator>#include <list>#include <random>#include <utility>

Go to the source code of this file.
Namespaces | |
| namespace | Euclid |
| namespace | Euclid::SOM |
| namespace | Euclid::SOM::SamplingPolicy |
Functions | |
| template<typename IterType> | |
| Bootstrap< IterType > | Euclid::SOM::SamplingPolicy::bootstrapFactory (IterType begin, IterType end) |
| template<typename IterType> | |
| Jackknife< IterType > | Euclid::SOM::SamplingPolicy::jackknifeFactory (IterType, std::size_t sample_size) |