Skip to main content

PredictResult

Type Alias PredictResult 

Source
pub type PredictResult = (Vec<(DocId, f64)>, BTreeMap<DocId, Vec<f64>>);
Expand description

Output of DeepModel inference: (doc_id, score) pairs plus, when the model ends in Softmax, per-doc class probability vectors.