#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_anomaly_new(
sigmas: f32,
) -> *mut PamojaAnomalyExpand description
Creates an anomaly detector that flags a reading sigmas deviations out.
§Returns
A handle the caller must release with pamoja_anomaly_free.
§Safety
The returned handle must be freed exactly once.