Added gpx dataset.

This commit is contained in:
Neil Lawrence 2013-08-22 14:03:59 +02:00
parent 7cd119d2b0
commit 00a5f8e5f6
4 changed files with 123 additions and 91 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Copyright (c) 2012, 2013 GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from constructors import *
@ -6,4 +6,4 @@ try:
from constructors import rbf_sympy, sympykern # these depend on sympy
except:
pass
from kern import kern
from kern import *