mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42:39 +02:00
Full Linear kernel added, inc testing
This commit is contained in:
parent
ed2aaab4bb
commit
17c2799b1e
5 changed files with 52 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ from ...util.caching import Cache_this
|
|||
|
||||
class Kern(Parameterized):
|
||||
#===========================================================================
|
||||
# This adds input slice support. The rather ugly code for slicing can be
|
||||
# This adds input slice support. The rather ugly code for slicing can be
|
||||
# found in kernel_slice_operations
|
||||
__metaclass__ = KernCallsViaSlicerMeta
|
||||
#===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue