package gpr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
Covariance of linear functions with Automatic Relevance Determination

The covariance is defined as:

k(x, y) = x*inv(P)*y

where P is a diagonal matrix containing ARD parameters ell_1^2,...,ell_D^2, and D is the dimensionality of the input space.

module Params : sig ... end
module Eval : Interfaces.Specs.Eval with type Kernel.params = Params.t with type Inducing.t = Lacaml.D.mat with type Input.t = Lacaml.D.vec with type Inputs.t = Lacaml.D.mat
module Deriv : Interfaces.Specs.Deriv with module Eval = Eval with type Hyper.t = [ `Log_ell of int ]
OCaml

Innovation. Community. Security.