Trait linfa::dataset::Label[][src]

pub trait Label: PartialEq + Eq + Hash + Clone { }

Discrete labels

Labels are countable, comparable and hashable. Currently null-type (no targets), boolean (binary task) and usize, strings (multi-label tasks) are supported.

Implementations on Foreign Types

impl Label for bool[src]

impl Label for usize[src]

impl Label for String[src]

impl Label for ()[src]

impl Label for &str[src]

impl Label for Option<usize>[src]

Loading content...

Implementors

Loading content...