Module Interfaces.Sigs.Eval.Co_variance_predictor

module Co_variance_predictor: sig .. end
Module for making (co-)variance predictions

type t 
Type of (co-)variance predictor
val calc : Spec.Kernel.t ->
Spec.Inducing.t ->
Interfaces.Sigs.Eval.Model.co_variance_coeffs ->
t
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 : Interfaces.Sigs.Eval.Model.t -> t
calc_model model
Returns (co-)variance predictor given the (untrained) model.