added constructor for hierarchical kernel

This commit is contained in:
Nicolo Fusi 2013-07-08 14:50:13 +01:00
parent d887e1ceda
commit f19a26a006
3 changed files with 11 additions and 1 deletions

View file

@ -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