mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
added constructor for hierarchical kernel
This commit is contained in:
parent
d887e1ceda
commit
f19a26a006
3 changed files with 11 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from kernpart import Kernpart
|
|||
import numpy as np
|
||||
from independent_outputs import index_to_slices
|
||||
|
||||
class hierarchical(Kernpart):
|
||||
class Hierarchical(Kernpart):
|
||||
"""
|
||||
A kernel part which can reopresent a hierarchy of indepencnce: a gerenalisation of independent_outputs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue