pub fn export_labels_all_formats(
labels: &[LabeledAnomaly],
output_dir: &Path,
base_name: &str,
config: &LabelExportConfig,
) -> LabelExportResult<Vec<(String, usize)>>Expand description
Exports anomaly labels to multiple formats at once.