mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
last changes for mrd stability
This commit is contained in:
parent
f39afb9ea5
commit
18117bba81
4 changed files with 8 additions and 7 deletions
|
|
@ -16,6 +16,7 @@ class likelihood:
|
|||
self.is_heteroscedastic : enables significant computational savings in GP
|
||||
self.precision : a scalar or vector representation of the effective target precision
|
||||
self.YYT : (optional) = np.dot(self.Y, self.Y.T) enables computational savings for D>N
|
||||
self.V : self.precision * self.Y
|
||||
"""
|
||||
def __init__(self,data):
|
||||
raise ValueError, "this class is not to be instantiated"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue