mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 09:42:39 +02:00
7 lines
207 B
Python
7 lines
207 B
Python
# Copyright (c) 2013, GPy authors (see AUTHORS.txt).
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
|
|
from kernel import Kernel
|
|
from linear import Linear
|
|
from mlp import MLP
|
|
#from rbf import RBF
|