RBFKernel
The squared-exponential (radial basis function) kernel with ARD length scales. This is the default kernel; it models very smooth response surfaces.
cov(x1, x2) = signalVariance * exp(-0.5 * sum_d ((x1_d - x2_d)/lengthScale_d)^2)
The squared-exponential (radial basis function) kernel with ARD length scales. This is the default kernel; it models very smooth response surfaces.
cov(x1, x2) = signalVariance * exp(-0.5 * sum_d ((x1_d - x2_d)/lengthScale_d)^2)