mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
Full Linear kernel added, inc testing
This commit is contained in:
parent
ed2aaab4bb
commit
17c2799b1e
5 changed files with 52 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from _src.kern import Kern
|
||||
from _src.rbf import RBF
|
||||
from _src.linear import Linear
|
||||
from _src.linear import Linear, LinearFull
|
||||
from _src.static import Bias, White
|
||||
from _src.brownian import Brownian
|
||||
from _src.sympykern import Sympykern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue