pub type FeatureVector = HashMap<String, f64>;
Feature vector represented as numeric values.
pub struct FeatureVector { /* private fields */ }