Module Eval.Inducing

Signature for evaluating inducing inputs

type t
val get_n_points : t -> int

get_n_points inducing

returns

number of inducing points.

val calc_upper : Kernel.t -> t -> Lacaml.D.mat

calc_upper kernel inducing

returns

upper triangle of covariance matrix of inducing inputs given kernel.