mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 03:52:39 +02:00
some work on periodics
This commit is contained in:
parent
88c080eece
commit
efd262965e
9 changed files with 308 additions and 754 deletions
|
|
@ -3,8 +3,9 @@ from _src.kern import Kern
|
|||
from _src.linear import Linear
|
||||
from _src.static import Bias, White
|
||||
from _src.brownian import Brownian
|
||||
from _src.stationary import Exponential, Matern32, Matern52, ExpQuad, RatQuad
|
||||
from _src.stationary import Exponential, Matern32, Matern52, ExpQuad, RatQuad, Cosine
|
||||
from _src.mlp import MLP
|
||||
from _src.periodic import PeriodicExponential, PeriodicMatern32, PeriodicMatern52
|
||||
#import coregionalize
|
||||
#import eq_ode1
|
||||
#import finite_dimensional
|
||||
|
|
@ -18,9 +19,6 @@ from _src.mlp import MLP
|
|||
#import periodic_Matern32
|
||||
#import periodic_Matern52
|
||||
#import poly
|
||||
#import prod_orthogonal
|
||||
#import prod
|
||||
#import rational_quadratic
|
||||
#import rbfcos
|
||||
#import rbf
|
||||
#import rbf_inv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue