package gpr

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

Module for making (co-)variance predictions

type t

Type of (co-)variance predictor

calc kernel inducing_points co_variance_coeffs

  • returns

    (co-)variance predictor given kernel, inducing_points, and the (co-)variance coefficients co_variance_coeffs.

val calc_model : Model.t -> t

calc_model model

  • returns

    (co-)variance predictor given the (untrained) model.