More tests in unit_tests

This commit is contained in:
Nicolas 2013-01-18 16:14:13 +00:00
parent 5881fcc2d7
commit ffd05027cb
2 changed files with 29 additions and 13 deletions

View file

@ -24,6 +24,7 @@ class rbf(kernpart):
: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
:rtype: kernel object
"""