pub fn save_labels(path: impl AsRef<Path>, labels: &Labels) -> Result<(), Error>
Expand description
Save the given Labels
to a file.
If the file already exists, it is overwritten. The recomended file extension
when saving data is .mts
, to prevent confusion with generic .npz
.