mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
restructure rbf kernel
This commit is contained in:
parent
04ab93a961
commit
b945c20004
5 changed files with 372 additions and 620 deletions
|
|
@ -64,7 +64,6 @@ class SSGPLVM(SparseGP):
|
|||
|
||||
if kernel is None:
|
||||
kernel = kern.RBF(input_dim, lengthscale=fracs, ARD=True) # + kern.white(input_dim)
|
||||
kernel.set_for_SpikeAndSlab()
|
||||
|
||||
if inference_method is None:
|
||||
inference_method = VarDTC_minibatch(mpi_comm=mpi_comm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue