Struct owlyshield_ransom::predictions::prediction_static::TfLiteStatic [−][src]
pub struct TfLiteStatic {
model: Model,
means: Vec<f32>,
stdvs: Vec<f32>,
malapi: HashMap<String, Vec<String>>,
}
Fields
model: Model
means: Vec<f32>
Needed by Standard Scaling and set to MEANS
stdvs: Vec<f32>
Needed by Standard Scaling and set to STDVS
malapi: HashMap<String, Vec<String>>