Alexandria  2.25.0
SDC-CH common library for the Euclid project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
Euclid::SOM::SamplingPolicy Namespace Reference

Classes

class  Interface
 
class  FullSet
 
class  Bootstrap
 
class  Jackknife
 

Functions

template<typename IterType >
Bootstrap< IterType > bootstrapFactory (IterType)
 
template<typename IterType >
Jackknife< IterType > jackknifeFactory (IterType, std::size_t sample_size)
 

Function Documentation

template<typename IterType >
Bootstrap<IterType> Euclid::SOM::SamplingPolicy::bootstrapFactory ( IterType  )

Definition at line 86 of file SamplingPolicy.h.

template<typename IterType >
Jackknife<IterType> Euclid::SOM::SamplingPolicy::jackknifeFactory ( IterType  ,
std::size_t  sample_size 
)

Definition at line 149 of file SamplingPolicy.h.