package gpr

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

Evaluating (multiple) inputs

type t

Type of (multiple) inputs

val create_default_kernel : Spec.Inputs.t -> n_inducing:int -> Spec.Kernel.t

create_default_kernel points

  • returns

    a default kernel given input points and n_inducing inducing inputs.

val calc : Spec.Inputs.t -> Inducing.t -> t

create points inducing

  • returns

    inputs (= precomputed data) prepared using inducing inputs and input points.

val get_points : t -> Spec.Inputs.t

get_points kernel inputs

  • returns

    points associated with the prepared inputs.