mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Many modifications in GP plots to make it work
This commit is contained in:
parent
4dce1a428f
commit
5b19d8609a
3 changed files with 63 additions and 17 deletions
|
|
@ -102,5 +102,4 @@ def x_frame2D(X,plot_limits=None,resolution=None):
|
|||
resolution = resolution or 50
|
||||
xx,yy = np.mgrid[xmin[0]:xmax[0]:1j*resolution,xmin[1]:xmax[1]:1j*resolution]
|
||||
Xnew = np.vstack((xx.flatten(),yy.flatten())).T
|
||||
return Xnew, xx,yy,xmin, xmax
|
||||
|
||||
return Xnew, xx, yy, xmin, xmax
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue