Type Alias egobox_gp::SparseKriging

source ·
pub type SparseKriging<F> = SgpParams<F, SquaredExponentialCorr>;
Expand description

Kriging as sparse GP special case when using squared exponential correlation

Aliased Type§

struct SparseKriging<F>(/* private fields */);

Implementations§