mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 13:32:39 +02:00
Fixed more errors in docs 2
This commit is contained in:
parent
7f2472fa22
commit
aa5ebcbd8f
15 changed files with 99 additions and 84 deletions
|
|
@ -393,8 +393,7 @@ class SparseGP(GPBase):
|
|||
def predict_single_output(self, Xnew, output=0, which_parts='all', full_cov=False):
|
||||
"""
|
||||
For a specific output, predict the function at the new point(s) Xnew.
|
||||
Arguments
|
||||
---------
|
||||
|
||||
:param Xnew: The points at which to make a prediction
|
||||
:type Xnew: np.ndarray, Nnew x self.input_dim
|
||||
:param output: output to predict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue