powered by
Anisotropic kernel defined by the scalar product.
linear_kernel(x, y, alpha)
first column vector.
second column vector.
amplitude parameter.
Real value.
# NOT RUN { n<-10 x<-matrix( runif( n ), n, 1 ) y<-matrix( runif( n ), n, 1 ) alpha<-0.5 linear_kernel( x, y, alpha ) # }
Run the code above in your browser using DataLab