pub type PreprocessFn = Arc<dyn Fn(&Array2<f64>) -> Result<Array2<f64>> + Send + Sync>;
Preprocessing function type
pub struct PreprocessFn { /* private fields */ }