mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 09:42:39 +02:00
[SSGPLVM] new plot variational posterior
This commit is contained in:
parent
a7b1f30c46
commit
8177d63309
3 changed files with 71 additions and 1 deletions
|
|
@ -117,4 +117,4 @@ class SpikeAndSlabPosterior(VariationalPosterior):
|
|||
import sys
|
||||
assert "matplotlib" in sys.modules, "matplotlib package has not been imported."
|
||||
from ...plotting.matplot_dep import variational_plots
|
||||
return variational_plots.plot(self,*args)
|
||||
return variational_plots.plot_SpikeSlab(self,*args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue