pub type Features<T = f64> = ArrayBase<OwnedRepr<T>, Dim<[usize; 2]>>;Expand description
Domain-specific type aliases for machine learning Feature matrix type (n_samples x n_features)
Aliased Typeยง
pub struct Features<T = f64> { /* private fields */ }