Skip to main content

pamoja_anomaly_new

Function pamoja_anomaly_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_anomaly_new( sigmas: f32, ) -> *mut PamojaAnomaly
Expand 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.