pub fn export_labels_json(
labels: &[LabeledAnomaly],
path: &Path,
config: &LabelExportConfig,
) -> LabelExportResult<usize>Expand description
Exports anomaly labels to a JSON file (array format).
pub fn export_labels_json(
labels: &[LabeledAnomaly],
path: &Path,
config: &LabelExportConfig,
) -> LabelExportResult<usize>Exports anomaly labels to a JSON file (array format).