Type Definition hrbf::GaussHrbf

source ·
pub type GaussHrbf<T> = Hrbf<T, Gauss<T>>;
Expand description

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