#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_smoother_new(
weight: f32,
) -> *mut PamojaSmootherExpand description
Creates an exponential smoother.
§Returns
A handle the caller must release with pamoja_smoother_free.
§Safety
The returned handle must be freed exactly once.