mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 13:02:38 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
f403e5b0b7
11 changed files with 95 additions and 154 deletions
|
|
@ -33,8 +33,11 @@ class MRD(model):
|
|||
Initial latent space
|
||||
:param X_variance:
|
||||
Initial latent space variance
|
||||
:param init: [PCA|random]
|
||||
initialization method to use
|
||||
:param init: [cooncat|single|random]
|
||||
initialization method to use:
|
||||
*concat: PCA on concatenated outputs
|
||||
*single: PCA on each output
|
||||
*random: random
|
||||
:param M:
|
||||
number of inducing inputs to use
|
||||
:param Z:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue