pub type SampleWeight<T = f64> = ArrayBase<OwnedRepr<T>, Dim<[usize; 1]>>;
Sample weights type (n_samples,)
pub struct SampleWeight<T = f64> { /* private fields */ }