From deb0430d348fe0972a15e1ea7a495ed367792806 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 8 Feb 2013 16:24:11 +0000 Subject: [PATCH] Few changes to tutorial bis --- doc/tuto_kernel_overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tuto_kernel_overview.rst b/doc/tuto_kernel_overview.rst index 0f95da69..d87da223 100644 --- a/doc/tuto_kernel_overview.rst +++ b/doc/tuto_kernel_overview.rst @@ -81,7 +81,7 @@ Let us assume that we want to define an ANOVA kernel with a Matern 3/2 kernel fo Kanova = (k_cst + k_mat) * (k_cst + k_mat) print Kanova -Note the ties between the lengthscales of ``Kanova`` to keep the number of lengthscales equal to 2. On the other hand, there are four variance terms in the new parameterization: one for each term of the right hand sign of the equation above. We can illustrate the use of this kernel on a toy example:: +Note the ties between the lengthscales of ``Kanova`` to keep the number of lengthscales equal to 2. On the other hand, there are four variance terms in the new parameterization: one for each term of the right hand part of the above equation. We can illustrate the use of this kernel on a toy example:: # sample inputs and outputs X = np.random.uniform(-3.,3.,(40,2))