mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
kerns
This commit is contained in:
parent
e7a9a6a2fa
commit
63321e8409
18 changed files with 1861 additions and 0 deletions
2
GPy/kern/__init__.py
Normal file
2
GPy/kern/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
from constructors import rbf, Matern32, Matern52, exponential, linear, white, bias, finite_dimensional, rbf_ARD, spline, Brownian, linear_ARD
|
||||
from kern import kern
|
||||
Loading…
Add table
Add a link
Reference in a new issue