Initialize pipeline environment
init_pipe.RdInitializes global pipeline variables required for the anomaly detection pipeline, including previous batch placeholders, detector-wise result containers, and coincidence list. This function is designed to be run at the beginning of a `pipe()` execution.
Usage
init_pipe(dets = c("H1", "L1"))