From 79aef1707fa4ed534b3592a78a2b397684159a5f Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 13 Sep 2013 12:28:04 +0100 Subject: [PATCH] docstring completed --- GPy/models/sparse_gp_regression.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GPy/models/sparse_gp_regression.py b/GPy/models/sparse_gp_regression.py index 0dcef3e0..70ad46a6 100644 --- a/GPy/models/sparse_gp_regression.py +++ b/GPy/models/sparse_gp_regression.py @@ -20,7 +20,11 @@ class SparseGPRegression(SparseGP): :type normalize_X: False|True :param normalize_Y: whether to normalize the input data before computing (predictions will be in original scales) :type normalize_Y: False|True + :param Z: inducing inputs (optional, see note) + :type Z: np.ndarray (num_inducing x input_dim) | None :rtype: model object + :param X_variance: The uncertainty in the measurements of X (Gaussian variance) + :type X_variance: np.ndarray (num_data x input_dim) | None .. Note:: Multiple independent outputs are allowed using columns of Y