mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 13:32:39 +02:00
kern params adapted: Nparams > num_params and fixes of input_dim
This commit is contained in:
parent
aa7fd122ca
commit
0490861099
42 changed files with 480 additions and 502 deletions
|
|
@ -8,9 +8,9 @@ import numpy
|
|||
|
||||
import GPy
|
||||
import itertools
|
||||
from GPy.core import model
|
||||
from GPy.core import Model
|
||||
|
||||
class PsiStatModel(model):
|
||||
class PsiStatModel(Model):
|
||||
def __init__(self, which, X, X_variance, Z, M, kernel):
|
||||
self.which = which
|
||||
self.X = X
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue