#include <sample.h>
|
|
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) |
| |
template<class O = arma::uword>
struct data::Bootstrap< O >
- Parameters
-
| dataset | : dataset to be splited |
| size | : size of the selection |
| repeat | : how many times repeat the process |
| collect | : collection of your sets |
| counter | : for labeling your sets |
Definition at line 63 of file sample.h.
The documentation for this struct was generated from the following file: