Skip to main content

export_labels_all_formats

Function export_labels_all_formats 

Source
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.