The file
ellipse.dat
contains a data set with 2 covariate variables and 1 response
variable. There are N=60 data points.
The file
penalties.dat
contains a data set with 25 covariate variables x_i
and 1 response variable y. There are N=100 data points.
Thus, the file contains 100 lines of the form (x_1, x_2, ..., x_25, y).
The file
kernel-training.dat
contains a data set with 1 covariate x
and 1 response y. There are N=100 data points. Thus, the file
contains 100 lines of the form (x, y).
The file
kernel-additional.dat
contains a data set with 1 covariate x
and 1 response y. There are N=1000 data points. Thus, the file
contains 1000 lines of the form (x, y).