Module Interfaces.Sigs.Eval.Inputs

module Inputs: sig .. end
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 ->
Interfaces.Sigs.Eval.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.