Type Alias egobox_gp::Kriging

source ·
pub type Kriging<F> = GpParams<F, ConstantMean, SquaredExponentialCorr>;
Expand description

Kriging as GP special case when using constant mean and squared exponential correlation

Aliased Type§

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

Implementations§