resampling | R Documentation |
Synthesize a two-classes classification problem given a resampling strategy.
resampling(data, strategy, nb_bootst, aggregation)
data |
[ |
strategy |
[ |
nb_bootst |
[ |
aggregation |
[ |
[data.frame
] A data.frame
of a synthetic two-classes classification
problem
Cesaire J. K. Fouodo
set.seed(1234) data_synt <- resampling( data = data.frame(x = rnorm(10), y = rnorm(10)), strategy = "boostrepl" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.