mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +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
|
|
@ -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