mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 13:02:38 +02:00
mrd and bgplvm simulation examples working
This commit is contained in:
parent
e68d8d7f34
commit
b7083513c0
2 changed files with 22 additions and 17 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