mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
trying to be more specific
This commit is contained in:
parent
4410c29a0c
commit
ad834330af
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class GPCoregionalizedRegression(GP):
|
||||||
:type X_list: list of numpy arrays
|
:type X_list: list of numpy arrays
|
||||||
:param Y_list: list of observed values related to the different noise models
|
:param Y_list: list of observed values related to the different noise models
|
||||||
:type Y_list: list of numpy arrays
|
:type Y_list: list of numpy arrays
|
||||||
:param kernel: a GPy kernel, defaults to RBF ** Coregionalized
|
:param kernel: a GPy kernel ** Coregionalized, defaults to RBF ** Coregionalized
|
||||||
:type kernel: None | GPy.kernel defaults
|
:type kernel: None | GPy.kernel defaults
|
||||||
:likelihoods_list: a list of likelihoods, defaults to list of Gaussian likelihoods
|
:likelihoods_list: a list of likelihoods, defaults to list of Gaussian likelihoods
|
||||||
:type likelihoods_list: None | a list GPy.likelihoods
|
:type likelihoods_list: None | a list GPy.likelihoods
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue