The inputs of the threenorm problem are points from two Gaussian
distributions with unit covariance matrix. Class 1 is drawn with
equal probability from a unit multivariate normal with mean
mlbench.threenorm(n, d=20)
Returns an object of class "mlbench.threenorm"
with components
input values
factor vector of length n
with target classes
number of patterns to create
dimension of the threenorm problem
Breiman, L. (1996). Bias, variance, and arcing classifiers. Tech. Rep. 460, Statistics Department, University of California, Berkeley, CA, USA.
p<-mlbench.threenorm(1000, d=2)
plot(p)
Run the code above in your browser using DataLab