mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 06:46:22 +02:00
34 lines
743 B
Python
34 lines
743 B
Python
from _src.rbf import RBF
|
|
from _src.white import White
|
|
from _src.kern import Kern
|
|
from _src.linear import Linear
|
|
from _src.bias import Bias
|
|
from _src.brownian import Brownian
|
|
from _src.stationary import Exponential, Matern32, Matern52, ExpQuad
|
|
#import coregionalize
|
|
#import exponential
|
|
#import eq_ode1
|
|
#import finite_dimensional
|
|
#import fixed
|
|
#import gibbs
|
|
#import hetero
|
|
#import hierarchical
|
|
#import independent_outputs
|
|
#import linear
|
|
#import Matern32
|
|
#import Matern52
|
|
#import mlp
|
|
#import ODE_1
|
|
#import periodic_exponential
|
|
#import periodic_Matern32
|
|
#import periodic_Matern52
|
|
#import poly
|
|
#import prod_orthogonal
|
|
#import prod
|
|
#import rational_quadratic
|
|
#import rbfcos
|
|
#import rbf
|
|
#import rbf_inv
|
|
#import spline
|
|
#import symmetric
|
|
#import white
|