mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
init.py for mus kernel
This commit is contained in:
parent
725053335c
commit
1a293948f4
1 changed files with 3 additions and 1 deletions
|
|
@ -9,4 +9,6 @@ from _src.mlp import MLP
|
|||
from _src.periodic import PeriodicExponential, PeriodicMatern32, PeriodicMatern52
|
||||
from _src.independent_outputs import IndependentOutputs, Hierarchical
|
||||
from _src.coregionalize import Coregionalize
|
||||
from _src.ssrbf import SSRBF
|
||||
from _src.ssrbf import SSRBF # TODO: ZD: did you remove this?
|
||||
from _src.ODE_Uy import ODE_UY
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue