restructure rbf kernel

This commit is contained in:
Zhenwen Dai 2014-05-21 16:42:35 +01:00
parent 04ab93a961
commit b945c20004
5 changed files with 372 additions and 620 deletions

View file

@ -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)