mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
minor changes
This commit is contained in:
parent
4c538efb64
commit
47ba2542c2
1 changed files with 0 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ import numpy as np
|
|||
from kern import Kern,CombinationKernel
|
||||
from .independent_outputs import index_to_slices
|
||||
import itertools
|
||||
from .rbf import RBF
|
||||
|
||||
class DiffGenomeKern(Kern):
|
||||
|
||||
|
|
@ -14,7 +13,6 @@ class DiffGenomeKern(Kern):
|
|||
self.idx_p = idx_p
|
||||
self.index_dim=index_dim
|
||||
self.kern = SplitKern(kernel,Xp, index_dim=index_dim)
|
||||
# self.kern = RBF(1)
|
||||
super(DiffGenomeKern, self).__init__(input_dim=kernel.input_dim+1, active_dims=None, name=name)
|
||||
self.add_parameter(self.kern)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue