mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
added copyright notice and license at the top
This commit is contained in:
parent
61984274dd
commit
92adeecb6c
51 changed files with 204 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
|||
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
|
||||
from constructors import rbf, Matern32, Matern52, exponential, linear, white, bias, finite_dimensional, rbf_ARD, spline, Brownian, linear_ARD
|
||||
from kern import kern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue