Learning Curve Plus Plus (LCPP)
data::RandomSelect< O > Struct Template Reference

#include <sample.h>

Public Member Functions

template<class T >
std::pair< arma::Col< O >, arma::Col< O > > operator() (const arma::Col< O > &total, const size_t size, const T N)
 
void operator() (const size_t size, const arma::Row< size_t > Ns, const size_t repeat, std::vector< std::pair< arma::Col< O >, arma::Col< O >>> &collect, const size_t seed=SEED)
 

Detailed Description

template<class O = arma::uword>
struct data::RandomSelect< O >

Parameters
dataset: dataset to be splited
size: size of the selection
repeat: how many times repeat the process

Definition at line 24 of file sample.h.


The documentation for this struct was generated from the following file: