Type Definition hrbf::GaussHrbfBuilder

source ·
pub type GaussHrbfBuilder<T> = HrbfBuilder<T, Gauss<T>>;
Expand description

Shorthand for an HRBF builder with a Gaussian exp(-x*x) kernel.