mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
[plotting] restructuring more and more
This commit is contained in:
parent
c07f3dbe98
commit
831e032ade
18 changed files with 330 additions and 272 deletions
|
|
@ -35,23 +35,24 @@ if config.get('plotting', 'library') is not 'none':
|
|||
GP.plot_density = gpy_plot.gp_plots.plot_density
|
||||
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
|
||||
#GP.plot_magnificaion = gpy_plot.latent_plots.plot_magnification
|
||||
|
||||
from ..core import SparseGP
|
||||
SparseGP.plot_inducing = gpy_plot.data_plots.plot_inducing
|
||||
|
||||
from ..core import GPLVM
|
||||
GPLVM.plot_latent = gpy_plot.latent_plots.plot_latent
|
||||
from ..models import GPLVM
|
||||
GPLVM.plot_prediction_fit = gpy_plot.latent_plots.plot_prediction_fit
|
||||
#GPLVM.plot_latent = gpy_plot.latent_plots.plot_latent
|
||||
|
||||
from ..kern import Kern
|
||||
Kern.plot_covariance = gpy_plot.kern_plots.plot_kern
|
||||
#Kern.plot_covariance = gpy_plot.kern_plots.plot_kern
|
||||
|
||||
# Variational plot!
|
||||
|
||||
from . import matplot_dep
|
||||
# Still to convert to new style:
|
||||
GP.plot = matplot_dep.models_plots.plot_fit
|
||||
GP.plot_f = matplot_dep.models_plots.plot_fit_f
|
||||
#GP.plot = matplot_dep.models_plots.plot_fit
|
||||
#GP.plot_f = matplot_dep.models_plots.plot_fit_f
|
||||
|
||||
GP.plot_magnification = matplot_dep.dim_reduction_plots.plot_magnification
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue