#include <base_sampler.h>
◆ Sampler() [1/4]
◆ Sampler() [2/4]
Sampler::Sampler |
( |
std::string | _blkAttr, |
|
|
bool | _isRS ) |
|
inline |
◆ ~Sampler()
◆ Sampler() [3/4]
Sampler::Sampler |
( |
const Sampler & | other | ) |
|
|
delete |
◆ Sampler() [4/4]
Sampler::Sampler |
( |
Sampler && | other | ) |
|
|
delete |
◆ prepareRecords()
◆ readTable()
void Sampler::readTable |
( |
const std::string & | _pathTableA, |
|
|
const std::string & | _pathTableB ) |
◆ sample()
virtual void Sampler::sample |
( |
const std::string & | pathTableA, |
|
|
const std::string & | pathTableB ) |
|
pure virtual |
◆ blkAttr
std::string Sampler::blkAttr |
◆ idMapA
std::vector<ui> Sampler::idMapA |
◆ idMapB
std::vector<ui> Sampler::idMapB |
◆ isRS
bool Sampler::isRS {false} |
◆ numWord
◆ pairs
std::vector<std::pair<int, int> > Sampler::pairs |
◆ pathTableA
std::string Sampler::pathTableA |
◆ pathTableB
std::string Sampler::pathTableB |
◆ recordsA
std::vector<std::vector<ui> > Sampler::recordsA |
◆ recordsB
std::vector<std::vector<ui> > Sampler::recordsB |
◆ tableA
◆ tableB
◆ weightsA
std::vector<double> Sampler::weightsA |
◆ weightsB
std::vector<double> Sampler::weightsB |
◆ wordwt
std::vector<double> Sampler::wordwt |
The documentation for this class was generated from the following files: