generate.uniform.random | R Documentation |
Data are generated according to a uniform bidimensional random distribution.
generate.uniform.random(n = 100, range = c(0, 1))
n |
number of examples |
range |
vector with 2 values: min and max random uniform values |
a data matrix with examples in columns
Giorgio Valentini valentini@di.unimi.it
generate.uniform.random()
# Generation of bidimensional data randomly distributed
generate.uniform.random(n = 10, range = c(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.