Type Definition budoux::Model

source · []
pub type Model = HashMap<String, i32>;
Expand description

Model is type of trained machine learning model. key (String) is feature of character, value (i32) is score of feature.