powered by
Data are generated according to a bidimensional grid with equispatiated data.
generate.uniform(n = 11, range = c(0, 1))
a data matrix with examples in columns
square root of the number of examples
vector with 2 values: min and max coordinates of the bidimensional grid
Giorgio Valentini valentini@di.unimi.it
generate.uniform() # Generation of a bidimensional grid with 100 examples generate.uniform(n = 10, range = c(0, 1))
Run the code above in your browser using DataLab