link_function class renamed as LinkFunction

This commit is contained in:
Ricardo 2013-06-05 18:11:08 +01:00
parent a2bc6ec1e6
commit 2da309aab8
3 changed files with 9 additions and 10 deletions

View file

@ -16,7 +16,7 @@ class FITCClassification(FITC):
:param X: input observations
:param Y: observed values
:param likelihood: a GPy likelihood, defaults to Binomial with probit link_function
:param likelihood: a GPy likelihood, defaults to Binomial with probit link function
:param kernel: a GPy kernel, defaults to rbf+white
:param normalize_X: whether to normalize the input data before computing (predictions will be in original scales)
:type normalize_X: False|True