Skip to contents

This function returns the currently available random sampling methods.

Usage

getAvailableRandomSamplers()

Value

A data frame with two columns:

id

the id of the random sampling method, to be used in the function calls

name

the name of the random sampling method

Author

Alessandro Barberis

Examples


getAvailableRandomSamplers()
#>                      id                                       name
#> permutation permutation Permutation (Sampling without Replacement)
#> bootstrap     bootstrap      Bootstrap (Sampling with Replacement)
#> rndsig           rndsig                          Random Signatures
#> rndsigsub     rndsigsub                    Quasi-Random Signatures