Module Interfaces.Sigs.Deriv.Deriv.Inducing

module Inducing: sig .. end
Module for inducing inputs with derivatives

type t 
Type of inducing inputs with derivatives
val calc : Eval.Spec.Kernel.t ->
Eval.Spec.Inducing.t -> t
calc kernel inducing_points
Returns inducing inputs with derivative information given kernel and inducing_points.
val calc_eval : t -> Interfaces.Sigs.Eval.Inducing.t
calc_eval inducing
Returns inducing inputs without derivative information.