mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
added init
This commit is contained in:
parent
2cab558f38
commit
13d8ff2f20
1 changed files with 24 additions and 0 deletions
24
GPy/kern/parts/__init__.py
Normal file
24
GPy/kern/parts/__init__.py
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
import bias
|
||||
import Brownian
|
||||
import coregionalise
|
||||
import exponential
|
||||
import finite_dimensional
|
||||
import fixed
|
||||
import independent_outputs
|
||||
import linear
|
||||
import Matern32
|
||||
import Matern52
|
||||
import periodic_exponential
|
||||
import periodic_Matern32
|
||||
import periodic_Matern52
|
||||
import prod_orthogonal
|
||||
import prod
|
||||
import rational_quadratic
|
||||
import rbfcos
|
||||
import rbf
|
||||
import spline
|
||||
import symmetric
|
||||
import sympy_helpers.cpp
|
||||
import sympy_helpers.h
|
||||
import sympykern
|
||||
import white
|
||||
Loading…
Add table
Add a link
Reference in a new issue