package gpr

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

Module Eval.InputSource

Signature for evaluating single inputs

Sourcetype t = unit

Type of input point

eval kernel input inducing

  • returns

    (row) vector of covariance evaluations between input and inducing inputs given kernel.

Sourceval weighted_eval : Kernel.t -> t -> Inducing.t -> coeffs:Lacaml.D.vec -> float

weighted_eval kernel input inducing ~coeffs

  • returns

    coeff-weighted sum of covariances between input and inducing inputs given kernel.

Sourceval eval_one : Kernel.t -> t -> float

eval_one kernel point

  • returns

    variance of point given kernel.

OCaml

Innovation. Community. Security.