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