Home
last modified time | relevance | path

Searched refs:which_data_ycols (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/gpy_plot/
H A Dgp_plots.py41 which_data_ycols='all', argument
73 get_which_data_ycols(self, which_data_ycols),
111 which_data_ycols='all', label='gp confidence', argument
138 ycols = get_which_data_ycols(self, which_data_ycols)
166 which_data_ycols='all', argument
192 ycols = get_which_data_ycols(self, which_data_ycols)
225 which_data_ycols='all', argument
284 which_data_ycols='all', which_data_rows='all', argument
351 get_which_data_ycols(self, which_data_ycols),
360 which_data_ycols='all', which_data_rows='all', argument
[all …]
H A Ddata_plots.py37 which_data_ycols='all', visible_dims=None, argument
59 …plots = _plot_data(self, canvas, which_data_rows, which_data_ycols, visible_dims, projection, labe…
63 which_data_ycols='all', visible_dims=None, argument
65 ycols = get_which_data_ycols(self, which_data_ycols)
98 which_data_ycols='all', visible_dims=None, argument
126 which_data_ycols='all', visible_dims=None, argument
128 ycols = get_which_data_ycols(self, which_data_ycols)
200 which_data_ycols='all', fixed_inputs=None, argument
221 plots = _plot_errorbars_trainset(self, canvas, which_data_rows, which_data_ycols,
226 which_data_rows='all', which_data_ycols='all', argument
[all …]
H A Dplot_util.py53 def helper_predict_with_model(self, Xgrid, plot_raw, apply_link, percentiles, which_data_ycols, pre… argument
85 fsamples = fsamples[:, which_data_ycols, :]
90 retmu = mu[:, which_data_ycols]
91 percs = [p[:, which_data_ycols] for p in percentiles]
94 for i in range(len(which_data_ycols)):
326 def get_which_data_ycols(model, which_data_ycols): argument
330 if which_data_ycols == 'all' or which_data_ycols is None:
332 return which_data_ycols