module Deriv: sig
.. end
Sub-modules for learning with derivatives.
module Spec: Gpr_interfaces.Specs.Deriv
with module Eval = Eval.Spec
Specification of covariance function derivatives
module Inducing: sig
.. end
Module for inducing inputs with derivatives
module Inputs: sig
.. end
Module for inputs with derivatives
module Model: sig
.. end
(Untrained) model with derivative information
module Trained: sig
.. end
Trained model with derivative information
module Test: sig
.. end
Module for testing derivative code
module Optim: sig
.. end
Optimization module for evidence maximization