last ARD flag changes to kernels

This commit is contained in:
Nicolas 2013-01-18 16:03:20 +00:00
parent 8571103530
commit 69743be33e
6 changed files with 81 additions and 49 deletions

View file

@ -21,7 +21,7 @@ class rbf(kernpart):
:param variance: the variance of the kernel
:type variance: float
:param lengthscale: the vector of lengthscale of the kernel
:type lengthscale: np.ndarray
:type lengthscale: np.ndarray od size (1,) or (D,) depending on ARD
:param ARD: Auto Relevance Determination. If equal to "False", the kernel is isotropic (ie. one single lengthscale parameter \ell), otherwise there is one lengthscale parameter per dimension.
:type ARD: Boolean