FeatureVector

Type Alias FeatureVector 

Source
pub type FeatureVector = HashMap<String, f64>;
Expand description

Feature vector represented as numeric values.

Aliased Typeยง

pub struct FeatureVector { /* private fields */ }