mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 04:52:37 +02:00
[caching] renaming of helper methods to make intention clear
This commit is contained in:
parent
c291d5b2ad
commit
73f23c0a0d
3 changed files with 13 additions and 13 deletions
|
|
@ -55,7 +55,7 @@ class Kern(Parameterized):
|
|||
self._sliced_X = 0
|
||||
self.useGPU = self._support_GPU and useGPU
|
||||
|
||||
@Cache_this(limit=10)
|
||||
@Cache_this(limit=20)
|
||||
def _slice_X(self, X):
|
||||
return X[:, self.active_dims]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue