GPy/GPy/mappings/__init__.py
2015-03-26 11:27:20 +00:00

8 lines
251 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 additive import Additive
from compound import Compound