package gpr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Deriv.InducingSource

Derivatives of the covariance matrix of inducing inputs

Sourcetype upper

Representation of precomputed data for calculating the upper triangle of the derivative of the covariance matrix of inducing inputs.

Sourceval calc_shared_upper : Eval.Kernel.t -> Eval.Inducing.t -> Lacaml.D.mat * upper

calc_shared_upper kernel inducing

  • returns

    the pair (eval, upper), where eval is the upper triangle of the covariance matrix of inducing inputs for kernel, and upper is the precomputed data needed for taking derivatives.

Sourceval calc_deriv_upper : upper -> Hyper.t -> Interfaces.symm_mat_deriv

calc_deriv_upper upper hyper

  • returns

    the derivative of the (symmetric) covariance matrix of inducing inputs given precomputed data upper and the hyper-variable.

OCaml

Innovation. Community. Security.