mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Update __init__.py
This commit is contained in:
parent
2d38c22345
commit
2ed92d7523
1 changed files with 10 additions and 0 deletions
|
|
@ -34,10 +34,20 @@ if config.get('plotting', 'library') is not 'none':
|
||||||
GP.plot_confidence = gpy_plot.gp_plots.plot_confidence
|
GP.plot_confidence = gpy_plot.gp_plots.plot_confidence
|
||||||
GP.plot_density = gpy_plot.gp_plots.plot_density
|
GP.plot_density = gpy_plot.gp_plots.plot_density
|
||||||
GP.plot_samples = gpy_plot.gp_plots.plot_samples
|
GP.plot_samples = gpy_plot.gp_plots.plot_samples
|
||||||
|
GP.plot = gpy_plot.gp_plots.plot
|
||||||
|
GP.plot_magnificaion = gpy_plot.latent_plots.plot_magnification
|
||||||
|
|
||||||
from ..core import SparseGP
|
from ..core import SparseGP
|
||||||
SparseGP.plot_inducing = gpy_plot.data_plots.plot_inducing
|
SparseGP.plot_inducing = gpy_plot.data_plots.plot_inducing
|
||||||
|
|
||||||
|
from ..core import GPLVM
|
||||||
|
GPLVM.plot_latent = gpy_plot.latent_plots.plot_latent
|
||||||
|
|
||||||
|
from ..kern import Kern
|
||||||
|
Kern.plot_covariance = gpy_plot.kern_plots.plot_kern
|
||||||
|
|
||||||
|
# Variational plot!
|
||||||
|
|
||||||
from . import matplot_dep
|
from . import matplot_dep
|
||||||
# Still to convert to new style:
|
# Still to convert to new style:
|
||||||
GP.plot = matplot_dep.models_plots.plot_fit
|
GP.plot = matplot_dep.models_plots.plot_fit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue