Package mvpa :: Package clfs :: Module gpr
[hide private]
[frames] | no frames]

Module gpr

source code

Gaussian Process Regression (GPR).

Classes [hide private]
  GPR
Gaussian Process Regression (GPR).
  GPRLinearWeights
SensitivityAnalyzer that reports the weights GPR trained on a given Dataset.
  GPRWeights
SensitivityAnalyzer that reports the weights GPR trained on a given Dataset.
Variables [hide private]
  SLAError = SL.basic.LinAlgError
  Nlog = N.log
  Ndot = N.dot
  Ndiag = N.diag
  NLAcholesky = N.linalg.cholesky
  NLAsolve = N.linalg.solve
  NLAError = N.linalg.linalg.LinAlgError
  eps64 = N.finfo(N.float64).eps
  _halflog2pi = 0.5* Nlog(2* N.pi)