mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-13 14:03:20 +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
|
|
@ -316,7 +316,7 @@ class Param(OptimizationHandlable, ObsAr):
|
|||
class ParamConcatenation(object):
|
||||
def __init__(self, params):
|
||||
"""
|
||||
Parameter concatenation for convienience of printing regular expression matched arrays
|
||||
Parameter concatenation for convenience of printing regular expression matched arrays
|
||||
you can index this concatenation as if it was the flattened concatenation
|
||||
of all the parameters it contains, same for setting parameters (Broadcasting enabled).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue