package gpr

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

Module Eval.InputsSource

Evaluating (multiple) inputs

Sourcetype t

Type of (multiple) inputs

Sourceval 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.

create points inducing

  • returns

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

Sourceval get_points : t -> Spec.Inputs.t

get_points kernel inputs

  • returns

    points associated with the prepared inputs.

OCaml

Innovation. Community. Security.