mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 13:26:22 +02:00
7 lines
212 B
Python
7 lines
212 B
Python
# Copyright (c) 2013, 2014 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
|