Target

Type Alias Target 

Source
pub type Target<T = f64> = ArrayBase<OwnedRepr<T>, Dim<[usize; 1]>>;
Expand description

Target vector type (n_samples,)

Aliased Typeยง

pub struct Target<T = f64> { /* private fields */ }