mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
More tests in unit_tests
This commit is contained in:
parent
5881fcc2d7
commit
ffd05027cb
2 changed files with 29 additions and 13 deletions
|
|
@ -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
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue