# \donttest{
generate.sample5()
# Generation of a data set with 80 1000-dimensional examples, with the 200 no-noisy
# features of the examples of the first class centered in 0, the 200 no-noisy features
# of the examples of the second class centered in 2, the 200 no-noisy features of
# the examples of the third class centered in -2, and the 200 no-noisy features of the
# examples of the fourth class centered in alternatively in (2,-2).
generate.sample5(n = 20, m = 2, ratio.noisy = 0.8, dim = 1000)
# }
Run the code above in your browser using DataLab