Definition at line 32 of file RSampler.hxx.
#include <TMVA/BatchGenerator/RSampler.hxx>
◆ RSampler()
| TMVA::Experimental::Internal::RSampler::RSampler |
( |
std::vector< RFlat2DMatrix > & | datasets, |
|
|
const std::string & | sampleType, |
|
|
bool | shuffle = true, |
|
|
const std::size_t | setSeed = 0 ) |
|
inline |
◆ GetNumEntries()
| std::size_t TMVA::Experimental::Internal::RSampler::GetNumEntries |
( |
| ) |
|
|
inline |
◆ RandomSampler()
| void TMVA::Experimental::Internal::RSampler::RandomSampler |
( |
RFlat2DMatrix & | SampledTensor | ) |
|
|
inline |
Sample all entries randomly from the datasets.
- Parameters
-
| [in] | SampledTensor | Tensor with all the sampled entries |
Definition at line 65 of file RSampler.hxx.
◆ Sampler()
| void TMVA::Experimental::Internal::RSampler::Sampler |
( |
RFlat2DMatrix & | SampledTensor | ) |
|
|
inline |
Collection of sampling types.
- Parameters
-
| [in] | SampledTensor | Tensor with all the sampled entries |
Definition at line 55 of file RSampler.hxx.
◆ fDatasets
| std::vector<RFlat2DMatrix>& TMVA::Experimental::Internal::RSampler::fDatasets |
|
private |
◆ fNumEntries
| std::size_t TMVA::Experimental::Internal::RSampler::fNumEntries |
|
private |
◆ fSampleType
| std::string TMVA::Experimental::Internal::RSampler::fSampleType |
|
private |
◆ fSetSeed
| std::size_t TMVA::Experimental::Internal::RSampler::fSetSeed |
|
private |
◆ fShuffle
| bool TMVA::Experimental::Internal::RSampler::fShuffle |
|
private |
◆ fTensorOperators
The documentation for this class was generated from the following file: