Home
last modified time | relevance | path

Searched refs:upsample_with_seed (Results 1 – 1 of 1) sorted by relevance

/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_upsample.R109 upsample_with_seed <- function(rec, seed = sample.int(10^5, 1)) { function
117 petal_width_1 <- upsample_with_seed(rec, seed = 1234)
118 petal_width_2 <- upsample_with_seed(rec, seed = 1234)
119 petal_width_3 <- upsample_with_seed(rec, seed = 12345)