mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
change the name of kernel DiffGenomeKern to DEtime
This commit is contained in:
parent
582aa4f406
commit
4f0894b6b7
2 changed files with 3 additions and 2 deletions
|
|
@ -16,5 +16,6 @@ from _src.poly import Poly
|
|||
from _src.eq_ode2 import EQ_ODE2
|
||||
|
||||
from _src.trunclinear import TruncLinear,TruncLinear_inf
|
||||
from _src.splitKern import SplitKern,DiffGenomeKern
|
||||
from _src.splitKern import SplitKern,DEtime
|
||||
from _src.splitKern import DEtime as DiffGenomeKern
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from kern import Kern,CombinationKernel
|
|||
from .independent_outputs import index_to_slices
|
||||
import itertools
|
||||
|
||||
class DiffGenomeKern(Kern):
|
||||
class DEtime(Kern):
|
||||
|
||||
def __init__(self, kernel, idx_p, Xp, index_dim=-1, name='DiffGenomeKern'):
|
||||
self.idx_p = idx_p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue