Skip to main content

Module validate

Module validate 

Source
Expand description

Detection validation (T012).

Performs cross-detection structural & semantic validation:

  • linear time ordering (t_from <= t_to)
  • netelement existence (FATAL UnknownNetelement)
  • intrinsic ∈ [0, 1] (FATAL InvalidIntrinsic)
  • same-timestamp + same netelement → recoverable duplicate
  • same-timestamp + different netelement → FATAL ConflictingDetections

Structs§

ValidationOutcome
Output of validate_detections: surviving detections plus duplicate discard records.

Functions§

validate_detections
Validate a set of detections against the available netelements.