pub type Labels<T = i32> = ArrayBase<OwnedRepr<T>, Dim<[usize; 1]>>;
Labels vector type (n_samples,)
pub struct Labels<T = i32> { /* private fields */ }