powered by
Generate a random dataset shaped like a target.
data.target2( minr = c(0, 2), maxr = minr + 1, initn = 1000, levels = NULL, graph = TRUE, seed = NULL )
Minimum radius of each class.
Maximum radius of each class.
Number of observations at the beginning of the generation process.
Name of each class.
A logical indicating whether or not a graphic should be plotted.
A specified seed for random number generation.
A randomly generated dataset.
data.diag, data.parabol, data.target1, data.twomoons, data.xor
data.diag
data.parabol
data.target1
data.twomoons
data.xor
# NOT RUN { data.target2 () # }
Run the code above in your browser using DataLab