mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
foo
This commit is contained in:
parent
3fd4e19acd
commit
13cc747623
1 changed files with 1 additions and 2 deletions
|
|
@ -6,10 +6,9 @@ import numpy as np
|
||||||
import pylab as pb
|
import pylab as pb
|
||||||
from .. import kern
|
from .. import kern
|
||||||
from ..util.linalg import PCA
|
from ..util.linalg import PCA
|
||||||
from ..core import GP
|
from ..core import GP, Param
|
||||||
from ..likelihoods import Gaussian
|
from ..likelihoods import Gaussian
|
||||||
from .. import util
|
from .. import util
|
||||||
from ..core import Param
|
|
||||||
|
|
||||||
|
|
||||||
class GPLVM(GP):
|
class GPLVM(GP):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue