mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
minor fixes in kerns
This commit is contained in:
parent
931a3525bc
commit
61a6086af6
3 changed files with 3 additions and 2 deletions
|
|
@ -2,9 +2,9 @@ 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
|
||||
#from _src.bias import Bias
|
||||
#import coregionalize
|
||||
#import exponential
|
||||
#import eq_ode1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue