package gpr

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

Signature for evaluating inducing inputs

type t
val get_n_points : t -> int

get_n_points inducing

  • returns

    number of inducing points.

val calc_upper : Kernel.t -> t -> Lacaml.D.mat

calc_upper kernel inducing

  • returns

    upper triangle of covariance matrix of inducing inputs given kernel.