MultiLabelTarget

Type Alias MultiLabelTarget 

Source
pub type MultiLabelTarget = Array2<Float>;
Expand description

Type alias for multi-label targets where each row can have multiple labels

Aliased Typeยง

pub struct MultiLabelTarget { /* private fields */ }