mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
trying to be more specific
This commit is contained in:
parent
ad834330af
commit
893b9a7eba
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class SparseGPCoregionalizedRegression(SparseGP):
|
||||||
:type Y_list: list of numpy arrays
|
:type Y_list: list of numpy arrays
|
||||||
:param Z_list: list of inducing inputs (optional)
|
:param Z_list: list of inducing inputs (optional)
|
||||||
:type Z_list: empty list | list of numpy arrays
|
:type Z_list: empty 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