mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
a66055a45e
2 changed files with 24 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,7 +9,6 @@
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
eggs
|
eggs
|
||||||
parts
|
|
||||||
bin
|
bin
|
||||||
var
|
var
|
||||||
sdist
|
sdist
|
||||||
|
|
|
||||||
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