x <- matrix(c(runif(100, 0, 1),
runif(100, -1, 1)),
ncol = 2)
y <- matrix(c(runif(100, 0, 3),
runif(100, -1, 1)),
ncol = 2)
classifier_test(x, y)
Run the code above in your browser using DataLab