Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Classes | Functions
Euclid::SOM::SamplingPolicy Namespace Reference

Classes

class  Bootstrap
 
class  FullSet
 
class  Interface
 
class  Jackknife
 

Functions

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

Function Documentation

◆ bootstrapFactory()

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

Definition at line 82 of file SamplingPolicy.h.

◆ jackknifeFactory()

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

Definition at line 145 of file SamplingPolicy.h.